import { ChainId, Asset } from "./types";
export declare function getAssetByChain(chain: ChainId): Asset;
export declare function promiseToFunction(func: () => Promise<any>): () => Promise<void>;
export declare function normalizeAddress(address: string, assetId?: string): string;
//# sourceMappingURL=utils.d.ts.map