type ListDevicesConfigOptions = { environment?: string; }; export declare function listDevices(options: ListDevicesConfigOptions): Promise; export {};