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_transform(env: TestEnv): void;
    function test_transform_random(env: TestEnv): void;
    function tests(): Array<(env: TestEnv) => void>;
}
export {};
