export declare function androidForegroundPackage(deviceId?: string): Promise; export declare function parseForegroundPackage(dump: string): string | null; export declare function foregroundLossWarning(expectedPackage: string | null | undefined, actualPackage: string | null): string | null; //# sourceMappingURL=androidForeground.d.ts.map