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