import type { Provider } from "@intentic/engine"; import type { AuthentikApi } from "./authentik-api.js"; export declare const createAuthentikClientProvider: (api?: AuthentikApi) => Provider; //# sourceMappingURL=authentik-client.d.ts.map