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

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