import { AssetBalanceEntry } from "./types"; export declare function getFungibleBalance(chainId: number, safeAddress: string, trusted?: boolean, exclude_spam?: boolean): Promise;