import { type Debugger } from "obug"; export declare const debug: Debugger; export declare function lowestCommonAncestor(...filepaths: string[]): string; export declare function stripExt(filename: string): string; export declare function resolveEntry(input: string | string[] | Record, userInputBase?: string): { entryMap: Record | undefined; inputBase: string; }; export declare function shouldAddIndex(id: string, resolved: string): boolean;