interface GetUnboundOngInput { address: string; network: string; } export declare function getUnboundOng(data: GetUnboundOngInput): Promise; export {}; //# sourceMappingURL=getUnboundOng.d.ts.map