/**
 * Resolves the given path into a absolute path and appends the default
 * filename as fallback when the provided path is a directory.
 * @param  {String} logPath         relative file or directory path
 * @param  {String} defaultFilename default file name when filePath is a directory
 * @return {String}                 absolute file path
 */
export declare function getFilePath(filePath: string, defaultFilename?: string): string;
//# sourceMappingURL=utils.d.ts.map