import type { SurfaceAdapterContext } from '../types.js'; export declare function handleNtfySurfaceWebhook(req: Request, context: SurfaceAdapterContext): Promise; export declare function handleNtfySurfacePayload(body: Record, context: SurfaceAdapterContext, url?: URL): Promise; //# sourceMappingURL=index.d.ts.map