import { RuleRO } from '@escapenavigator/types/dist/slot-rule/rule.ro'; import { ApiMethodDeclaration } from '..'; /** ID тарифа */ type ParamsData = number; type ResponseData = RuleRO; export declare const remove: ApiMethodDeclaration; export {};