import type { TRPCQueryKey } from './getQueryKey';
/**
 * @internal
 */
export declare function getClientArgs<TOptions>(queryKey: TRPCQueryKey, opts: TOptions, pageParam?: any): readonly [string, unknown, any];
//# sourceMappingURL=getClientArgs.d.ts.map