/**
 * Retunrs the balance of the given address.
 * If the address is an empty account, returns -1.
 */
export declare function getBalance(address: string): Promise<bigint>;
//# sourceMappingURL=getBalance.d.ts.map