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