import { NativeModule } from "expo"; import type { ExpoPdfModuleEvents, ThumbnailParams } from "./ExpoPdf.types"; declare class ExpoPdfModule extends NativeModule { PI: number; setValueAsync(value: string): Promise; hello(): string; shareAsync(_params: unknown): Promise; getPageThumbnailAsync(_params: ThumbnailParams): Promise; clearCacheAsync(): Promise; } declare const _default: typeof ExpoPdfModule; export default _default; //# sourceMappingURL=ExpoPdfModule.web.d.ts.map