import type { RunnerConf } from "../common";
export declare const smartCheck: (o: RunnerConf) => Promise<void>;
