import type { Mac2Driver } from '../driver';
import type { StringRecord } from '@appium/types';
export declare function uploadRecordedMedia(this: Mac2Driver, localFile: string, remotePath: string | null, uploadOptions?: StringRecord): Promise<string>;
//# sourceMappingURL=helpers.d.ts.map