import { BaseDTO } from "../models/BaseDTO"; export declare abstract class Transferable { static fillDTO(doc: any, dto: any): any; }