import '@sensio/types/interfaces/augment-api'; import '@sensio/types/interfaces/augment-types'; import api from './api'; import * as pallets from './pallets'; import * as utils from './utils'; export { ApiPromise } from '@polkadot/api'; declare const _default: { pallets: typeof pallets; api: typeof api; utils: typeof utils; }; export default _default; //# sourceMappingURL=index.d.ts.map