import { n as BaseFlags } from "./misc-B8WNxSke.js"; //#region src/commands/types.d.ts /** * Command line flags for types operations. */ declare const TYPES_FLAGS: { zod: { type: "boolean"; short: string; default: false; }; }; type TypesFlags = BaseFlags & Partial>; declare const _default: (flags: TypesFlags, positionals: Array) => Promise; //#endregion export { TypesFlags as n, _default as r, TYPES_FLAGS as t };