declare const generateExample: (mapping: any) => Promise; declare const entityMockData: (entityName: any) => Promise<{}>; export { generateExample, entityMockData };