/// import { Operation, OperationEventFunc, NoArgEventFunc } from './OperationUtils'; import { ActualArg, CommandArgSpec } from './CommandUtils'; export declare const OperationDetail: ({ command, setCommand, deleteCB, columns, commandPatterns }: { command: Operation; setCommand: OperationEventFunc; deleteCB: NoArgEventFunc; columns: string[]; commandPatterns: CommandArgSpec; }) => JSX.Element; export declare const ArgGetters: ({ command, fullPattern, setCommand, columns, deleteCB }: { command: Operation; fullPattern: ActualArg[]; setCommand: OperationEventFunc; columns: string[]; deleteCB: () => void; }) => JSX.Element; //# sourceMappingURL=OperationDetail.d.ts.map