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

export = castPath;
