export declare class UpdateOrganizationDto {
    name?: string;
    email?: string;
    phone?: string;
    logo_url?: string;
}
