import { ServiceNameEnum } from './ServiceNameEnum';
/** Informations about a service */
export interface ServiceInformation {
    /**  */
    inCreation: number;
    /**  */
    name: ServiceNameEnum;
    /**  */
    total: number;
    /**  */
    used: number;
}
//# sourceMappingURL=ServiceInformation.d.ts.map