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