declare function decomposePath(path: any): string[];
export default decomposePath;
