import TypeNotFoundException from '../exeptions/type-not-found-exception.js';
export declare function getDocumentBasedOnLanguage(fileContent: string, language: string): any;
export declare function getType(data: object | string, language: string): string | TypeNotFoundException;
export declare function getLanguage(data: object | string): string;
//# sourceMappingURL=data-parser.d.ts.map