export declare class CreateOrganizationDto {
    tenantId: string;
    name: string;
    slug: string;
    description?: string;
}
