import { NamiProductDetails } from "../types/externals/product";
import { PaywallSKU } from "@namiml/sdk-core";
export declare const getSkuProductDetailKeys: () => string[];
export declare const getProductDetail: (variableName: string, product?: NamiProductDetails | null, referenceId?: string, skus?: PaywallSKU[]) => unknown;
