import { CashboxRO } from '@escapenavigator/types/dist/cashbox/cashbox.ro'; import { ApiMethodDeclaration } from '..'; /** ID кассы */ type ParamsData = number; type ResponseData = CashboxRO; export declare const remove: ApiMethodDeclaration; export {};