import { NovaWindowsDriver } from './driver'; export declare const MODULE_NAME = "appium-novawindows-driver"; /** * Resolves the path to the bundled ffmpeg binary from the ffmpeg-static package. * Used by startRecordingScreen; no system PATH fallback. */ export declare function getBundledFfmpegPath(driver: NovaWindowsDriver): Promise; export declare function cdpRequest(this: NovaWindowsDriver | undefined, { host, port, endpoint, timeout }: { host: any; port: any; endpoint: any; timeout: any; }): Promise; export declare function downloadFile(url: string, destPath: string, timeout?: number): Promise; export declare function assertSupportedEasingFunction(value: string): void; export declare function sleep(ms: number): Promise; export declare function $(literals: TemplateStringsArray, ...substitutions: number[]): DeferredStringTemplate; export declare class DeferredStringTemplate { private literals; private substitutions; constructor(literals: TemplateStringsArray, substitutions: number[]); format(...args: any[]): string; } //# sourceMappingURL=util.d.ts.map