export declare function useQuery(name: string): TResult; export declare function useMutation(name: string): (...args: TArgs) => Promise; //# sourceMappingURL=hooks.d.ts.map