import { TelephonyCallRO } from '@escapenavigator/types/dist/profile/telephony/ro/telephony-call.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { clientId: number; limit?: number; }; export declare const queryClientCalls: ApiMethodDeclaration; export {};