export declare function getPrefix(path: string): string; export declare function getProp(path: string): string; export declare function getPrefixAndProp(path: string): [string, string]; export declare function getPropAfter(path: string, index: number): string;