import type { Context } from "./context";
export declare function build(ctx: Context): Promise<void>;
