import type { IUnleashConfig } from '../../types/option.js';
import type { ResourceLimitsSchema } from '../../openapi/index.js';
export declare class ResourceLimitsService {
    private config;
    constructor(config: IUnleashConfig);
    getResourceLimits(): Promise<ResourceLimitsSchema>;
}
//# sourceMappingURL=resource-limits-service.d.ts.map