import { ResourceEstimationType } from './generalModels'; export declare type AccountResources = { [key: string]: any; estimationType: ResourceEstimationType; };