import type { RawLogLine } from "./logEvents.js"; export declare function buildLogShowCommand(opts: { udid: string; processName?: string; sinceTs?: Date; minMessageType?: "error" | "fault"; }): string[]; export declare function parseLogShowNdjson(stdout: string): RawLogLine[]; export declare function fetchIosLines(opts: { udid: string; processName?: string; sinceTs?: Date; minMessageType?: "error" | "fault"; signal?: AbortSignal; }): Promise; export declare function resolveIosProcessName(udid: string, bundleId: string, signal?: AbortSignal): Promise; export declare function __resetIosProcessNameCache(): void; //# sourceMappingURL=logSourceIos.d.ts.map