import type { BaseOptionValues } from '../base-command.js';
export type CloneOptionValues = BaseOptionValues & {
    id?: string | undefined;
    name?: string | undefined;
};
//# sourceMappingURL=option_values.d.ts.map