import type { LogContext } from '../logger'; import type { ParsedPaywallEvent } from '../types/paywall-events'; export declare const parsePaywallEvent: (input: string, ctx?: LogContext) => ParsedPaywallEvent | null; //# sourceMappingURL=parse-paywall.d.ts.map