import { Network } from '../../constants'; interface GetUnboundOngInput { address: string; network: Network; } export declare function getUnboundOng({ network, address }: GetUnboundOngInput): Promise; export {}; //# sourceMappingURL=getUnboundOng.d.ts.map