export declare class FormatModel { id: number; label: string; codeFormat: string; constructor(id?: number, label?: string, codeFormat?: string); fromJSON(json: any): this; }