import * as IC from '../lib/icontext';
export declare namespace test {
function test_compose(ctx: IC.IExecutionContext): void;
function test_compose_random(ctx: IC.IExecutionContext): void;
function tests(): Array<(ctx: IC.IExecutionContext) => void>;
}