import { SuccessRO } from '@escapenavigator/types/dist/shared/success.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { identificators: string[]; }; type ResponseData = SuccessRO & { affected: number; }; export declare const bulkRemove: ApiMethodDeclaration; export {};