import { NativeModule } from 'expo'; import { QueMobileSdkModuleEvents } from './QueMobileSdk.types'; declare class QueMobileSdkModule extends NativeModule { PI: number; setValueAsync(value: string): Promise; hello(): string; } declare const _default: typeof QueMobileSdkModule; export default _default; //# sourceMappingURL=QueMobileSdkModule.web.d.ts.map