import type { SchemaValue } from "../../core/schema.js"; export type ItemTitle = (title: string, index: number, fixedItemsCount: number, itemValue: SchemaValue | undefined) => string; export declare function titleWithIndex(title: string, index: number, fixedItemsCount: number): string;