import { Client } from "./Client.js"; import { ClientPKey } from "./ClientPKey.js"; /** * @internal * *
* * ## ClientType * * A type including clients with all available authentication methods * */ export declare type ClientType = Client | ClientPKey; //# sourceMappingURL=types.d.ts.map