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