import * as OT from "../lib/all";
export declare namespace test {
    function test_server(ctx: OT.IExecutionContext): void;
    function tests(): Array<(ctx: OT.IExecutionContext) => void>;
}
