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