import { Vessel } from "@opensea/vessel"; type InitializeOptions = { url?: string; debug?: boolean; retries?: number; }; export declare const initialize: ({ url, debug, retries, }?: InitializeOptions) => Promise; export declare const getState: () => Promise<{ vessel: Vessel; iframe: HTMLIFrameElement | undefined; }>; export {}; //# sourceMappingURL=intialize.d.ts.map