import * as LogAbstract from "@terrencecrowley/logabstract";
import * as Context from "@terrencecrowley/context";
interface TestEnv {
    context: Context.IContext;
    log: LogAbstract.ILog;
}
export declare namespace test {
    function test_compose(env: TestEnv): void;
    function test_compose_random(env: TestEnv): void;
    function tests(): Array<(env: TestEnv) => void>;
}
export {};
