/** @internal */ export declare const experiments: { enabled: (key: string) => boolean; get: (key: string) => any; } & import("@wix/sdk-types").HostModule<{ enabled: (key: string) => boolean; get: (key: string) => any; }, import("@wix/sdk-types").Host>;