import Mock from 'mockjs'; import { unifiedIdentifierUtil } from './unifiedIdentifier.util'; import { getRandomBankCard, getRandomGlobalBank } from './bank'; import { getRandomCountry, getRandomCurrency } from './other'; declare const Mockjs: typeof Mock; declare const mockjs: typeof Mock; export { Mock, Mockjs, mockjs, unifiedIdentifierUtil, getRandomGlobalBank, getRandomBankCard, getRandomCountry, getRandomCurrency };