import { APIClient } from './APIClient';
export declare class APIResource {
    protected client: APIClient;
    constructor(client: APIClient);
}
