declare const htmlcsRunner: {
    en: {
        scripts: string[];
        run: (options: any) => Promise<unknown>;
    };
};
declare const htmlcsLocales: string[];
export { htmlcsRunner, htmlcsLocales };
