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