import appConfig from './appConfigurations'; declare const contracts: { 1: { identity: any; store: any; smartAsset: any; aria: any; eventArianee: any; creditHistory: any; whitelist: any; staking: any; lost: any; message: any; userAction: any; updateSmartAssets: any; }; 2: { identity: any; store: any; smartAsset: any; aria: any; eventArianee: any; creditHistory: any; whitelist: any; staking: any; lost: any; message: any; userAction: any; updateSmartAssets: any; }; }; export { appConfig, contracts };