export declare function getPath(vertextKey: string, prevDict: {
    [indeX: string]: string;
}): string[];
