/**
 * Mutation keys for Better Auth's anonymous plugin.
 *
 * Anonymous sign-in stays under the shared sign-in namespace so global auth
 * pending and error handling can observe it.
 */
export declare const anonymousMutationKeys: {
    readonly signIn: readonly ["auth", "signIn", "anonymous"];
};
