import { Options } from './types';
export declare function createConfig(context: any, opts?: any): {
    context: any;
    options: Options;
};
