import { ApiMethodDeclaration } from "../../index"; import { Transaction } from "../types"; type ParamsData = string; type ResponseData = Transaction; declare const get: ApiMethodDeclaration; export { get };