import type { TurboModule } from 'react-native'; export interface DefrostType { sendPerformanceEvent: (timestamp: string, event: string) => Promise; writeInLogFiles: (timestamp: string, tree: { change: string; list: Array<{ componentName: string; flags: number; key: string; }>; }) => Promise; } export interface Spec extends TurboModule { sendPerformanceEvent: (timestamp: string, event: string) => Promise; writeInLogFiles: (timestamp: string, tree: { change: string; list: Array<{ componentName: string; flags: number; key: string; }>; }) => Promise; } declare const _default: Spec | null; export default _default; //# sourceMappingURL=NativeDefrostModule.d.ts.map