import { Nilable } from 'tsdef'; import { FileData } from './file.types'; export type ThumbnailGenerator = (file: FileData) => Nilable | Promise>;