import type { FileType } from '../types';
export declare function createFileName(type: FileType, name: string, ext: string, suffix?: string): string;
//# sourceMappingURL=createFileName.d.ts.map