/** * Безопасная валидация и очистка имени файла */ export declare function sanitizeFileName(fileName: string): string;