export declare const FILE_EXTENSIONS: readonly ["ts", "js", "json"];
export declare type FileExtension = typeof FILE_EXTENSIONS[number];
