type ApplyDeviceConfigOptions = { environment?: string; device?: string; registry?: string; manifest?: string; dryRun?: boolean; write?: boolean; }; export declare function applyDeviceConfig(options: ApplyDeviceConfigOptions): Promise; export {};