import { NativeModule } from "expo"; declare class ExpoNotificationServiceExtensionModule extends NativeModule { configureNotificationExtension(_configJson: string): void; prefetchAvatar(_url: string, _id: string): Promise; clearAvatarCache(): Promise; validateSetup(_samplePayloadJson?: string): Promise; } declare const _default: typeof ExpoNotificationServiceExtensionModule; export default _default; //# sourceMappingURL=ExpoNotificationServiceExtensionModule.web.d.ts.map