import { FlowMetaParam, TargetReference, Criteria } from '../../types'; export declare class RecordDelete { id: string; name: string; description?: string; connector?: TargetReference; faultConnector?: TargetReference; criteria?: Criteria | null; registerId?: string; constructor(recordDelete: FlowMetaParam); protected makeObservable(): void; onEdit: (recordDelete: FlowMetaParam) => void; }