/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { InputColumnRecordArgs } from '@datashaper/schema'; import type { Step } from '@datashaper/workflow'; import type { StepChangeFunction } from '../../types.js'; export declare function useOnDeleteStepColumn(step: Step, onChange?: StepChangeFunction): (column: string) => void;