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