import { type APIOperation } from "../network/types";
import { TezosAccount, TezosOperation } from "../types";
export declare const txToOp: ({ address, accountId }: {
    address: string;
    accountId: string;
}) => (tx: APIOperation) => TezosOperation | null | undefined;
export declare function reconciliatePublicKey(publicKey: string | undefined, account: TezosAccount | undefined): string;
export declare function encodeAddress(publicKey: Buffer): string;
export declare function isStringHex(s: string): boolean;
//# sourceMappingURL=logic.d.ts.map