import { CreateCustomerDto } from "./create-customer.dto";
export declare class UpdateCustomerDto extends CreateCustomerDto {
}
