type Data = Record | unknown[]; export declare function dataType(input: string): { type: 'json' | 'yaml'; value: Data; }; export {}; //# sourceMappingURL=dataType.d.ts.map