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

declare const usePaywall: ({ featureId, entityId, }: {
    featureId?: string;
    entityId?: string;
}) => {
    data: CheckFeaturePreview | undefined;
    error: any;
    isLoading: boolean;
};

export { usePaywall };
