export { AuthConfigArgs, AuthConfigState } from "./authConfig";
export type AuthConfig = import("./authConfig").AuthConfig;
export declare const AuthConfig: typeof import("./authConfig").AuthConfig;
export { ClientArgs, ClientState } from "./client";
export type Client = import("./client").Client;
export declare const Client: typeof import("./client").Client;
//# sourceMappingURL=index.d.ts.map