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<import("@alwaysai/alwayscli").CliInput<undefined, false>, {
    yes: import("@alwaysai/alwayscli").CliInput<boolean, false>;
}, import("@alwaysai/alwayscli").CliInput<undefined, false>>;
//# sourceMappingURL=list.d.ts.map