export type AndroidNativeHelper = typeof import('./native-helper').android;
export type IOSNativeHelper = typeof import('./native-helper').ios;
