import { Language } from '../../types'; /** * Returns the JSON language definition. * * @link https://www.json.org/json-en.html * * @return A Language object. */ export declare function json(): Language; //# sourceMappingURL=json.d.ts.map