import { BitGoBase } from '@bitgo/sdk-core'; /** * Register all coins that use the shared Cosmos SDK implementation * @param sdk BitGo instance */ export declare function register(sdk: BitGoBase): void; //# sourceMappingURL=register.d.ts.map