import type { RunnerConfig } from "../config";
export declare const getAllCss: (config: RunnerConfig) => Promise<string>;
