import type { Background } from "../../../types/background";
import type { PaywallData } from "../../../types/paywall";
export declare const BACKGROUND_PAYWALL: (background: Background) => PaywallData;
