import { type ParsedName } from './parseFilename';
export declare const isIndexFile: (parsed: ParsedName) => boolean;
