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