import type { AuthPermissions, AuthTriggerEvent } from '../auth/auth.renderer';
export declare const AUTH_TRIGGER_SUFFIX_TO_EVENT: Readonly<Record<string, AuthTriggerEvent>>;
export declare const GROUPED_AUTH_PERMISSIONS: Readonly<Record<string, readonly string[]>>;
export declare const SINGULAR_AUTH_PERMISSIONS: Readonly<Record<string, keyof AuthPermissions>>;
//# sourceMappingURL=auth-mappings.d.ts.map