import type { HashMap } from '../../structures/hashMap'; /** @internal */ export declare const createPath: (prevMap: HashMap, final: T) => T[];