export declare type ParserFileType = 'json' | 'yaml' | 'yml'; export declare function parseFileContent(fileContent: string, fileType?: ParserFileType): any[];