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

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