import type { Migration } from '../common';
/**
 * Previously created secondary indexes on `document_id` (and composites) via raw DDL.
 * Those indexes are now owned by schema sync from model metadata (see transform-content-types-to-models).
 * Keep this migration as a stable no-op so Umzug / `strapi_migrations_internal` stay consistent.
 */
export declare const addDocumentIdIndexes: Migration;
//# sourceMappingURL=5.0.0-06-add-document-id-indexes.d.ts.map