import { Platfrom, SDKUtils } from "../../models/common"; import { DashboardResponse } from "../../models/autocomplete"; export declare const setLoadData: (self: SDKUtils, load: DashboardResponse) => void; export declare const printSDKReady: (self: SDKUtils, callback?: VoidFunction) => void; export declare const printSDKError: (self: SDKUtils) => void; export declare const setSessionToken: (self: SDKUtils) => void; export declare const getUserSessionToken: (self: SDKUtils) => Promise; export declare const setCartToken: (self: SDKUtils) => void; export declare const getPlatform: () => Platfrom; export declare const registerCallback: (self: SDKUtils, callback: () => any) => boolean; export declare const executeCallbacks: (self: SDKUtils) => void;