import * as parse from './parse'; export declare const getDefaultPeers: (coinname: any) => parse.NodeInfo[]; export declare const getDefaultCoinNames: () => string[];