import { GremlinStepGroup, GremlinSyntaxTreeFormatter, GremlintInternalConfig, UnformattedSyntaxTree } from '../../../types'; export declare const getStepGroups: (formatSyntaxTree: GremlinSyntaxTreeFormatter, steps: UnformattedSyntaxTree[], config: GremlintInternalConfig) => GremlinStepGroup[];