import { CashboxRO } from '@escapenavigator/types/dist/cashbox/cashbox.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = number; type ResponseData = CashboxRO; export declare const getOne: ApiMethodDeclaration; export {};