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