import { hast_to_html } from './hast.js';
export { hast_to_html };
export declare const starry_night: {
flagToScope: (flag: string) => string | undefined;
highlight: (value: string, scope: string) => import("hast").Root;
missingScopes: () => ReadonlyArray;
register: (grammars: ReadonlyArray>) => Promise;
scopes: () => ReadonlyArray;
};
export declare function starry_night_highlighter(code: string, lang?: string | null): string;