/** * replaces filenames starting with `~/` to be in user's home directory, and * takes a partial path starting with `./` and converts to a fully qualified * directory path from current working directory. */ export declare function interpolateFilePath(filename: string): string; //# sourceMappingURL=interpolateFilepath.d.ts.map