import { Subscription } from 'expo-modules-core'; import ExpoWifiRttView from './ExpoWifiRttView'; import { ChangeEventPayload, ExpoWifiRttViewProps } from './ExpoWifiRtt.types'; export declare const PI: any; export declare function hello(): string; export declare function setValueAsync(value: string): Promise; export declare function addChangeListener(listener: (event: ChangeEventPayload) => void): Subscription; export { ExpoWifiRttView, ExpoWifiRttViewProps, ChangeEventPayload }; //# sourceMappingURL=index.d.ts.map