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