import { NotImplemented } from './not-implemented';
import { Reporter } from './reporter';
export declare const defaultContext: () => Context;
export interface Context {
    readonly notImplemented: NotImplemented;
    readonly reporter: Reporter;
}
//# sourceMappingURL=context.d.ts.map