import type { RunnerConfig } from './types';
declare const context: (locals: any, config?: RunnerConfig) => any;
export default context;
//# sourceMappingURL=context.d.ts.map