import { ContextPlugin } from "@webiny/api"; import { AdminUsersContext } from "./types"; export declare const createExternalIdpAdminUserHooks: (context: AdminUsersContext) => void; export declare const createExternalIdpAdminUserHooksPlugin: () => ContextPlugin;