export declare function normalizeChainId(chainId: string | number | bigint): number; export declare function extractErrMsg(err: any): any;