import { ModelCustomization, ModelCustomizationService } from './types';
import { ForestAdminClientOptionsWithDefaults, ForestAdminServerInterface } from '../types';
export default class ModelCustomizationFromApiService implements ModelCustomizationService {
    private readonly forestadminServerInterface;
    private readonly options;
    constructor(forestadminServerInterface: ForestAdminServerInterface, options: ForestAdminClientOptionsWithDefaults);
    getConfiguration(): Promise<ModelCustomization[]>;
}
//# sourceMappingURL=model-customization-from-api.d.ts.map