import { KnownAppSDK } from './types'; export * from './types'; export { default as locations } from './locations'; type Init = (initCallback: (sdk: T) => any, options?: { supressIframeWarning?: boolean; }) => void; export declare const init: Init;