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