import { PaypalOnboardingStatus, RecommendedTypes, Plugin } from './types'; export declare function getActivePlugins(): Generator<{ type: string; request: import("@wordpress/api-fetch/build-types/types").APIFetchOptions; } | Generator & { woocommerce_meta: import("../user/types").WoocommerceMeta; is_super_admin: boolean; }> | { type: import("./action-types").ACTION_TYPES.UPDATE_ACTIVE_PLUGINS; active: string[]; replace: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_IS_REQUESTING; selector: import("./types").SelectorKeysWithActions; isRequesting: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_ERROR; selector: import("./types").SelectorKeysWithActions; error: unknown; }, void, { plugins: string[]; } & Response>; export declare function getInstalledPlugins(): Generator<{ type: string; request: import("@wordpress/api-fetch/build-types/types").APIFetchOptions; } | Generator & { woocommerce_meta: import("../user/types").WoocommerceMeta; is_super_admin: boolean; }> | { type: import("./action-types").ACTION_TYPES.UPDATE_INSTALLED_PLUGINS; installed: string[]; replace?: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_IS_REQUESTING; selector: import("./types").SelectorKeysWithActions; isRequesting: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_ERROR; selector: import("./types").SelectorKeysWithActions; error: unknown; }, void, { plugins: string[]; } & Response>; export declare function isJetpackConnected(): Generator<{ type: string; request: import("@wordpress/api-fetch/build-types/types").APIFetchOptions; } | { type: import("./action-types").ACTION_TYPES.SET_IS_REQUESTING; selector: import("./types").SelectorKeysWithActions; isRequesting: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_ERROR; selector: import("./types").SelectorKeysWithActions; error: unknown; } | { type: import("./action-types").ACTION_TYPES.UPDATE_JETPACK_CONNECTION; jetpackConnection: boolean; }, void, { isActive: boolean; isStaging: boolean; isRegistered: boolean; isUserConnected: boolean; hasConnectedOwner: boolean; offlineMode: { isActive: boolean; constant: boolean; url: boolean; filter: boolean; wpLocalConstant: boolean; }; isPublic: boolean; } & Response>; export declare function getJetpackConnectionData(): Generator; export declare function getJetpackConnectUrl(query: { redirect_url: string; }): Generator<{ type: string; request: import("@wordpress/api-fetch/build-types/types").APIFetchOptions; } | { type: import("./action-types").ACTION_TYPES.SET_IS_REQUESTING; selector: import("./types").SelectorKeysWithActions; isRequesting: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_ERROR; selector: import("./types").SelectorKeysWithActions; error: unknown; } | { type: import("./action-types").ACTION_TYPES.UPDATE_JETPACK_CONNECT_URL; jetpackConnectUrl: string; redirectUrl: string; }, void, { slug: "jetpack"; name: string; connectAction: string; } & Response>; export declare function getPaypalOnboardingStatus(): Generator; export declare function getRecommendedPlugins(type: RecommendedTypes): Generator<{ type: string; request: import("@wordpress/api-fetch/build-types/types").APIFetchOptions; } | { type: import("./action-types").ACTION_TYPES.SET_IS_REQUESTING; selector: import("./types").SelectorKeysWithActions; isRequesting: boolean; } | { type: import("./action-types").ACTION_TYPES.SET_ERROR; selector: import("./types").SelectorKeysWithActions; error: unknown; } | { type: import("./action-types").ACTION_TYPES.SET_RECOMMENDED_PLUGINS; recommendedType: string; plugins: Plugin[]; }, never[] | undefined, Plugin[]>; //# sourceMappingURL=resolvers.d.ts.map