import { NestAuthTenant } from "../entities/tenant.entity"; export interface TenantCreatedEventPayload { tenant: NestAuthTenant; } export declare class TenantCreatedEvent { readonly payload: TenantCreatedEventPayload; constructor(payload: TenantCreatedEventPayload); } //# sourceMappingURL=tenant-created.event.d.ts.map