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