declare const determineOutputFileName: (inputFilePath: string, outputFilePath?: string | undefined) => string; export { determineOutputFileName };