import { GenericInstruction, Operation } from "../index"; import { BlockvSession } from "../../index"; import { OperationEntity } from "../entities"; export interface DeleteActionInstructionData { name: string; } export declare type DeleteActionInstruction = GenericInstruction; export declare function operatorDeleteAction(instruction: DeleteActionInstruction, blockv: BlockvSession): Promise; //# sourceMappingURL=delete.d.ts.map