import type { Host } from '@wix/sdk-types'; declare type ContextIds = { accountId: string; userId: string; siteId?: string; appId?: string; }; export declare type AdminHost = Host & { admin?: { getContextIds?: () => ContextIds; openItemSelector?: (...args: any[]) => any; }; }; export declare type InternalSDK = { getContextIds?: () => ContextIds; }; export declare type ItemSelectorSDK = { openItemSelector?: (...args: any[]) => any; }; export {}; //# sourceMappingURL=types.d.ts.map