export declare const getFormTypes: (params: any) => Promise; export declare const getRelationResource: (params: any, res?: any) => Promise; export declare const getResourceTypes: (params: any) => Promise; export declare const getResourceRelation: (params: any) => Promise; export declare const setResourceRelation: (params: any) => Promise;