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