import { AccountIdentifier } from "../account_identifier";
import type { AccountIdentifierHex } from "../types/common";
import type { AccountIdentifierParam } from "../types/ledger.params";
export declare const paramToAccountIdentifier: (param: AccountIdentifierParam) => AccountIdentifier;
export declare const paramToAccountIdentifierHex: (param: AccountIdentifierParam) => AccountIdentifierHex;
