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