export type InfoValueType = 'html' | 'json';
export declare const DefaultHiddenKey: string[];
export interface TypeInfo {
type: string;
info: {
[key: string]: string | number;
};
}
export interface InfoConfigOptions {
title: string;
infoPath: string;
hiddenKey: Array;
ignoreKey: Array;
}
export declare enum InfoType {
PROJECT = "Project",
SYSTEM = "System",
MEMORY_CPU = "Memory & CPU",
SOFTWARE = "Software",
ENVIRONMENT_VARIABLE = "Environment Variable",
TIME = "Time",
NETWORK = "Network",
RESOURCE = "Resource",
DEPENDENCIES = "Dependencies",
MIDWAY_SERVICE = "Midway Service",
MIDWAY_CONFIG = "Midway Config"
}
//# sourceMappingURL=interface.d.ts.map