type DataType = { id: string; documentName: string; direction: string; createDate: string; }; export declare const makeDataList: (length?: number) => DataType[]; export {};