/** * rpc endpoint 列表 */ export declare const RPC_ENDPOINT_LIST = "rpc-endpoint-list"; export declare function getAllRpcEndpointFromLocalStorage(): Record; export declare function getRpcEndpointFromLocalStorage(chainId: number, defaultEndpointUrl: string): string; //# sourceMappingURL=localstorage.d.ts.map