export default function buildIndexFromPath(input: {
    cleanPath: string;
    autoComponentIndexerOptions?: any;
    enableFancyPluralization?: boolean;
    dontUcFirst?: boolean;
}): string;
