import { type Rule } from '@smartthings/core-sdk'; import { type WithNamedLocation } from '../../api-helpers.js'; import { type ChooseFunction } from './util-util.js'; export declare const chooseRuleFn: (locationId?: string) => ChooseFunction; export declare const chooseRule: ChooseFunction; //# sourceMappingURL=rules-choose.d.ts.map