import type { Step } from '@datashaper/workflow'; /** * Create reasonable short detail text for a step. * For most this will be the column or columns operated on, * but we have a few special cases too. * @param step * @returns */ export declare function deriveDetails(step: Step): string | undefined;