export declare const ConversationHistoryTranscriptOtherToolsResultCommonModelType: {
    readonly Client: "client";
    readonly Webhook: "webhook";
    readonly Mcp: "mcp";
};
export type ConversationHistoryTranscriptOtherToolsResultCommonModelType = (typeof ConversationHistoryTranscriptOtherToolsResultCommonModelType)[keyof typeof ConversationHistoryTranscriptOtherToolsResultCommonModelType];
