export declare const parse: (objs?: any[], attrs?: any[], parents?: any[], attrType?: string) => any[]; export declare const parseServiceParams: (obj?: any, parents?: any[], attrType?: string) => any[]; export declare const DATATYPE_TO_COMPTYPE: { date: string; string: string; long: string; }; export declare const addParents: (params: any) => void; export declare const addAttrId: (arr: any[] | undefined, path: string[], type: string) => void; export declare const parseOriginObj: (key: string, originObj: any, type?: string) => any; export declare const getServiceAttrs: (attrData: { [key: string]: any; requestObj?: any; responseObj?: any; request?: any; response?: any; }) => any[]; export declare const getSelectedService: ({ selectService }: any) => any[]; export declare const loopObjectCode: (data: any[] | undefined, option: any) => any[]; export declare const parseObjService: (s: any) => any;