import type { ValidationIssue } from '../types'; import type { SliceDefinition } from './slice-types'; export declare function validateSliceOrdering(elements: any[], slices: SliceDefinition[], matchElementToSlice: (element: any) => SliceDefinition | null, elementPath: string): ValidationIssue[]; //# sourceMappingURL=slicing-ordering.d.ts.map