export declare function getDeviceList(): Promise<{ id: number; uuid: string; owner: string; friendly_name: string; description: string | null; host_name: string; device_user_name: string; hardware_ids: string | null; device_hash: string | null; cognito_device_key: string | null; mode: string | null; deleted: boolean; created_at: string; updated_at: string; }[]>; export declare const deviceList: import("@alwaysai/alwayscli/lib/types").CliLeaf, { yes: import("@alwaysai/alwayscli").CliInput; }, import("@alwaysai/alwayscli").CliInput>; //# sourceMappingURL=list.d.ts.map