import { Argv } from 'yargs'; export type CapabilityIdInputFlags = { id?: string; capabilityVersion?: number; }; export declare const capabilityIdBuilder: (yargs: Argv) => Argv; export type CapabilityIdOrIndexInputFlags = Omit & { idOrIndex?: string; }; export declare const capabilityIdOrIndexBuilder: (yargs: Argv) => Argv; //# sourceMappingURL=capability-flags.d.ts.map