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