import { type Rule, type SmartThingsClient } from '@smartthings/core-sdk'; import { type WithNamedLocation } from '../../api-helpers.js'; export declare const getRulesByLocation: (client: SmartThingsClient, locationId?: string) => Promise<(Rule & WithNamedLocation)[]>; export declare const getRuleWithLocation: (client: SmartThingsClient, id: string, locationId?: string) => Promise; //# sourceMappingURL=rules-util.d.ts.map