/** * **getFilePath** * * given a filepath, this function strips off the filename and returns just * the path which the file resides in. */ export declare function getFilePath(filePath: string): string; //# sourceMappingURL=getFilePath.d.ts.map