1 | import * as iOSUtils from './ios';
|
2 | export declare function dataDeserialize(nativeData?: any): any;
|
3 | export declare function dataSerialize(data: any, wrapPrimitives?: boolean): any;
|
4 | export declare const ad: {};
|
5 | export declare const android: {};
|
6 | export import ios = iOSUtils;
|
7 | /**
|
8 | * @deprecated Use `Utils.ios` instead.
|
9 | */
|
10 | export import iOSNativeHelper = iOSUtils;
|