export declare const useCaller: ({ client, cache, maxAge }: {
    client: any;
    cache: any;
    maxAge: any;
}) => any;
