import { ContextPlugin } from "@webiny/api"; import type { ApiCoreContext } from "../../../types/core.js"; export interface Config { identityType?: string; } declare const _default: ({ identityType }: Config) => ContextPlugin; export default _default;