export declare class CreateCustomerrDto {
    name: string;
    image: any;
    percentVAT: number;
    special: boolean;
}
