import type { FlattenedField } from '../../fields/config/types.js'; import type { CompoundIndex, SanitizedCompoundIndex } from './types.js'; export declare const sanitizeCompoundIndexes: ({ fields, indexes, }: { fields: FlattenedField[]; indexes: CompoundIndex[]; }) => SanitizedCompoundIndex[]; //# sourceMappingURL=sanitizeCompoundIndexes.d.ts.map