declare const __DEV__: boolean; declare function removeDuplicates(arr: string[]): string[]; declare function sendWithHermes(event: string, message: any, shareConnectionBetweenTab: boolean): void; declare function useEvent any)>(prop: T): T; export { removeDuplicates, sendWithHermes, useEvent, __DEV__ }; //# sourceMappingURL=utils.d.ts.map