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