/**
 * Convert a filePath (absolute) to a filename for output
 *
 * @param {Output} output
 * @param {string} filePath
 * @return {string}
 */
declare function fileToOutput(output: any, filePath: any): string;
export default fileToOutput;
//# sourceMappingURL=fileToOutput.d.ts.map