type ListDevicesConfigOptions = { environment?: string; deviceName?: string; showKeys?: boolean; }; export declare function getDeviceInfo(options: ListDevicesConfigOptions): Promise; export {};