import Interface from './interface';
export type { Balance } from './interface';
declare const InterfaceInstance: Interface;
export default InterfaceInstance;
