import type { Privy } from "../client.mjs"; export declare abstract class APIResource { protected _client: Privy; constructor(client: Privy); } //# sourceMappingURL=resource.d.mts.map