import { ObjectSchema } from '..';
export declare const systemTypeList: {
    kind: string;
    text: string;
    value: string;
}[];
export declare const systemTypeMap: {
    [name: string]: ObjectSchema;
};
