import type { DynamicPath } from '../ast/member-expression.ts';
import type { NameDetails } from './name-details.ts';
export declare function convertNameToPathArray(name: string): readonly string[];
export declare function isSamePath(pathA: DynamicPath, pathB: DynamicPath): boolean;
export declare function getUniqueBaseNames(nameDetailsList: readonly NameDetails[]): readonly string[];
//# sourceMappingURL=path.d.ts.map