import { C as CheckFeaturePreview } from '../../../prodTypes-C4aZSZfO.mjs';
import 'zod/v4';

declare const getPaywallContent: (preview?: CheckFeaturePreview) => {
    title: string;
    message: string;
};

export { getPaywallContent };
