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