import type { ScreenSpaceMetrics } from "./screenSpace.js"; export declare function resolveDeliveredScaleFactor(opts: { platform: "ios" | "android"; udid?: string; deviceId?: string; }): Promise; export declare function resolveScreenSpaceMetrics(opts: { platform: "ios" | "android"; udid?: string; deviceId?: string; }): Promise; //# sourceMappingURL=screenSpaceDevice.d.ts.map