declare class ThumbUtil { static generate(id: string | number): string | null; static tc(id: string | number, type?: '2x3' | '16x9'): string | null; } export default ThumbUtil;