import type { EngineListRoutingOutboundCall, EngineMovePositionRoutingOutboundCallResponse, EngineRoutingOutboundCall } from '../_models'; export declare const getSearchRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineListRoutingOutboundCall; export declare const getCreateRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineRoutingOutboundCall; export declare const getMovePositionRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineMovePositionRoutingOutboundCallResponse; export declare const getDeleteRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineRoutingOutboundCall; export declare const getReadRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineRoutingOutboundCall; export declare const getPatchRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineRoutingOutboundCall; export declare const getUpdateRoutingOutboundCallResponseMock: (overrideResponse?: Partial>) => EngineRoutingOutboundCall;