declare function castPath(path: string | string[], obj?: any): string[]; export default castPath;