import { BaseModel } from './util'; import { File } from './file'; export declare class LeagueDocument extends BaseModel { id: number; file: File; static toFront(data: any): any; static toBack(data: any): any; }