export declare class YamlLine { static makeLine(layout: any, data: any): { line: string; object: any; }; static readLine(layout: any, data: any): any; static extractDataFromPicture(item: any, value: any, ignoreDefault?: boolean): any; static readYaml(filename: any): string | object; static usePicture: (item: any, value?: string) => any; } //# sourceMappingURL=yaml.line.d.ts.map