export declare class ReiniciarPasswordDto {
    id: number;
    password: string;
}
