import type { RunnerConf } from "../common";
export declare const innateBuilder: (o: RunnerConf) => Promise<{
    html: any;
    css: string;
}>;
