import type { AuthData, MutatorContext } from '../types'; export declare function mutatorContext(): MutatorContext; export declare function isInZeroMutation(): boolean; export declare function runWithContext(context: MutatorContext, fn: () => T | Promise): Promise; export declare function getScopedAuthData(): AuthData | null | undefined; export declare function runWithAuthScope(authData: AuthData | null, fn: () => T | Promise): Promise; //# sourceMappingURL=mutatorContext.d.ts.map