import { CommandContext } from "../context.mjs";

//#region src/commands/build.d.ts
declare function build(ctx: CommandContext): Promise<void>;
//#endregion
export { build };
//# sourceMappingURL=build.d.mts.map