import ProxyInterface from '../proxy-interface'; import { QuotaModel } from '@pkpm/pkpm-types'; declare class QuotaProxy implements ProxyInterface { quotaModel: QuotaModel; constructor(responseData: any); getModel(): QuotaModel; } export default QuotaProxy; //# sourceMappingURL=quota-proxy.d.ts.map