export declare class CreateCredentialDto {
    email: string;
    name: string;
    password: string;
    phone: string;
    constructor();
}
