export declare class TesoreriaDTO {
    numeroConto: string;
    tesoreria: string;
}
