import type { BaseAuth } from '../auth/auth/types.js'; export declare function mockAuth(overrides?: Partial & { userId?: string; tenantId?: string; }): TAuth; export declare function asTenant(tenantId: string, overrides?: Partial): TAuth; //# sourceMappingURL=auth.d.ts.map