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