export declare function queryFormsSelectRule(params?: { [key: string]: any; }): Promise; export declare function getContactsFieldsRule(params?: { [key: string]: any; }): Promise; export declare function addRule(data: { [key: string]: any; }): Promise; export declare function getNameRule(name: string, params?: any): Promise;