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

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