import * as CI from "../lib/icontext.ts";
export declare class TestContext implements CI.IExecutionContext {
constructor();
flagIsSet(flag: string): boolean;
flagValue(flag: string): number;
readonly verbosity: number;
log(verbose: number, s: string): void;
}