import { RunnerOptions } from '../types/runner';
export declare const parseConfig: (input?: object) => Promise<RunnerOptions>;
