/** * Shared parsing utilities for the CLI layer. */ export declare function parseBoolean(raw: string, flagName: string): boolean; export declare function toSnakeCase(kebab: string): string; export declare function toKebabCase(snake: string): string; //# sourceMappingURL=parse_utils.d.ts.map