import { AccountBalance, LedgerId } from '@hashgraph/sdk';
export declare function getAccountBalance(ledgerId: LedgerId, address: string): Promise<AccountBalance | null>;
