/** * Configures JSON language support for the given model URI * * @param globPattern - The glob pattern to match the files to configure language support for */ export declare const configureJson: (globPattern: string) => void; /** * Configures YAML language support for the given model URI * * @param globPattern - The glob pattern to match the files to configure language support for */ export declare const configureYaml: (globPattern: string) => void; //# sourceMappingURL=configure-language-support.d.ts.map