import { AuthOperationName } from "./types"; export declare function useAuthOperation({ operation, operationName, }: { operation: (...args: Args) => Promise; operationName: AuthOperationName; }): (...args: Args) => void; //# sourceMappingURL=useAuthOperation.d.ts.map