import { IAuthModuleOptions } from "../core"; export declare function requiredTenant(tenantConfig: IAuthModuleOptions['tenant'], tenantId: string | null, throwError?: boolean, platform?: boolean): boolean; //# sourceMappingURL=tenant.d.ts.map