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