import { type DeviceProfile } from '@smartthings/core-sdk'; import { type WithLocales } from '../../api-helpers.js'; import { type ChooseFunction } from './util-util.js'; export declare const chooseDeviceProfileFn: (options?: { verbose?: boolean; }) => ChooseFunction; export declare const chooseDeviceProfile: ChooseFunction; //# sourceMappingURL=deviceprofiles-choose.d.ts.map