/** @type {import('../core.js').Syntax} */
declare function json(Prism: any): void;
declare namespace json {
    let displayName: string;
    let aliases: string[];
}
export default json;
