import type { UUID } from './TypeDefinition';
/**
 * Converts UUID to full 128bit, lowercase format which should be used to compare UUID values.
 *
 * @param {UUID} uuid 16bit, 32bit or 128bit UUID.
 * @returns {UUID} 128bit lowercase UUID.
 */
export declare function fullUUID(uuid: UUID): UUID;
export declare function fillStringWithArguments(value: string, object: any): string;
export declare const isIOS: boolean;
//# sourceMappingURL=Utils.d.ts.map