import { type Mode, type SmartThingsClient } from '@smartthings/core-sdk'; import { type WithNamedLocation } from '../../api-helpers.js'; export declare function getModesWithLocation(client: SmartThingsClient, locationId?: string): Promise<(Mode & WithNamedLocation)[]>; //# sourceMappingURL=modes.d.ts.map