import { type Device } from '@smartthings/core-sdk'; import { type APICommand } from '../api-command.js'; /** * List hubs owned by the user. Hubs in locations shared with the user are not included because edge * drivers cannot be managed on them. */ export declare const listOwnedHubs: (command: APICommand) => Promise; //# sourceMappingURL=hubs.d.ts.map