export declare class CreateCotizacionDto {
    otId: number;
    notas?: string;
    localId?: string;
}
