import * as ServiceMap from "effect/Context"; import { Command } from "effect/unstable/cli"; export interface CommandArgvService { readonly value: Record; readonly paramKinds: Record; } declare const CommandArgv_base: ServiceMap.ServiceClass; export declare class CommandArgv extends CommandArgv_base { } export declare const extractParamKinds: (config: Record) => Record; export declare const withArgvTracking: (config: Record) => , ContextInput, E, R>(self: Command.Command) => Command.Command>; export declare const serializeArgv: (argv: Record, paramKinds: Record) => Record; export {}; //# sourceMappingURL=command-argv.d.ts.map