/** * Helper functions for working with * [JSONC](https://code.visualstudio.com/docs/languages/json#_json-with-comments). * * @module */ /** * Helper function to parse a file as * [JSONC](https://code.visualstudio.com/docs/languages/json#_json-with-comments). * * @throws If the file could not be parsed. */ export declare function getJSONC(filePath: string): Promise; //# sourceMappingURL=jsonc.d.ts.map