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