import * as types from "../config/types";
export declare const generateRawTx: (signature: string, payment: types.Payment) => string;
export declare const pubKeyToAddress: (publicKey: string) => string;
export declare const getAccount: (address: string) => string;