import { TYPE_NAME } from '../types'; export declare const transType: (oriData: any, type?: TYPE_NAME) => any; export declare const transArrayType: (oriData: Array, type?: TYPE_NAME) => any; export declare const mockByType: (type: TYPE_NAME, length: number) => any;