export namespace ServiceType {
    export const web: string;
    export const service: string;
    export const micro: string;
    export const external: string;
    const _export: string;
    export { _export as export };
    export const entity: string;
}
export const ReverseServiceType: {};
export function createPreServiceType(inWhich: any): (info: any) => any;
export function postServiceType(item: any): any;
export function prePosIndex(info: any): any;
export function preParentAttr(info: any): any;
