import { type InstalledApp, InstalledAppListOptions } from '@smartthings/core-sdk'; import { type WithNamedLocation } from '../../api-helpers.js'; import { type ChooseFunction } from './util-util.js'; export type ChooseInstalledAppOptions = { verbose?: boolean; listOptions?: InstalledAppListOptions; }; export declare const chooseInstalledAppFn: (options?: ChooseInstalledAppOptions) => ChooseFunction; export declare const chooseInstalledApp: ChooseFunction; //# sourceMappingURL=installedapps-util.d.ts.map