import type { FieldData } from '@/types'; export declare const getFieldName: (data: FieldData) => string; export declare const randomString: () => string; export declare const changeFilterAttr: (filterList: Record) => any[];