export declare const EXT: string[]; export declare const REGEX: RegExp; export declare const MAIN: string; export declare const CONTENT_TYPE: { json: string; }; export declare function toJSON(file: string): string;