import type { WebitelImApiGatewayV1AddMemberResponse, WebitelImApiGatewayV1RemoveMemberResponse, WebitelImApiGatewayV1SearchLeftResponse, WebitelImApiGatewayV1SearchThreadResponse, WebitelImApiGatewayV1SearchVariablesResponse, WebitelImApiGatewayV1Thread, WebitelImApiGatewayV1ThreadManagementCreateResponse, WebitelImApiGatewayV1ThreadVariables, WebitelImApiGatewayV1TransferResponse } from '../_models'; export declare const getThreadManagementSearchResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1SearchThreadResponse; export declare const getThreadManagementCreateResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1ThreadManagementCreateResponse; export declare const getThreadManagementSearchLeftResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1SearchLeftResponse; export declare const getThreadManagementGetResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1Thread; export declare const getThreadManagementAddMemberResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1AddMemberResponse; export declare const getThreadManagementRemoveMemberResponseMock: () => WebitelImApiGatewayV1RemoveMemberResponse; export declare const getThreadManagementTransferResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1TransferResponse; export declare const getThreadManagementLocateVariablesResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1ThreadVariables; export declare const getThreadManagementSetVariablesResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1ThreadVariables; export declare const getThreadManagementFlushVariablesResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1ThreadVariables; export declare const getThreadManagementSearchVariablesResponseMock: (overrideResponse?: Partial>) => WebitelImApiGatewayV1SearchVariablesResponse;