import { BaseUtils } from '@bitgo/sdk-core';
/**
* Register the factory method for coin utils methods
* throw if coin not supported
* @param {String} coinName
* @returns {BaseUtils}
*/
export declare function register(coinName: string): BaseUtils;
//# sourceMappingURL=index.d.ts.map