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