import type { Ctx } from "./Ctx";
/**
 * https://docs.evt.land/api/evt/newctx
 *
 * return a new Ctx instance
 * */
export declare function newCtx<T = void>(): Ctx<T>;
