/**
 * This will handle some common handlebars updates for file names
 * @param fileNameHandleBarStr
 * @param originalNameNoExt
 * @param maxLength
 * @param fileExtension
 * @returns
 */
export declare function processCommonFileNameHandleBars(fileNameHandleBarStr: string, originalNameNoExt: string, maxLength: number, fileExtension: string): string;
//# sourceMappingURL=processCommonFileNameHandleBars.d.ts.map