export declare class CreateCustomerDto {
    name: string;
    phone: string;
    notes?: string;
}
