import type { CommandAction } from '../../types/CommandAction.js'; export interface SetArguments { key: string; value: string; } /** Delete a Cloudpack user preference value. */ export declare const execute: CommandAction; //# sourceMappingURL=set.d.ts.map