import type { StringRecord } from '@appium/types';
/**
 * Formats the given capabilities for use with Safari Driver Server.
 * @param caps - The capabilities to format.
 * @returns The formatted capabilities.
 */
declare function formatCapsForServer(caps: StringRecord): StringRecord;
export { formatCapsForServer };
//# sourceMappingURL=utils.d.ts.map