import { Channel, initProps, SDKUtils } from "../../models/common"; interface Props extends initProps { self: SDKUtils; withAttributes?: boolean; withProductVariants?: boolean; channel?: Channel; is_content?: boolean; } export declare const initialization: ({ self, storeID, uuid, onReady, onError, type, cartToken, withAttributes, withProductVariants, channel }: Props) => void; export {};