import { Chain, chainsType } from'./../types';
/**
* @hidden
*/
export declarefunction_getInitializedChains(customChains?: Chain[]): any;
/**
* @deprecated this constant will be internalized (removed)
* on next major version update
*/
export declareconstchains: chainsType;