// Stub for sharp — server-only module, not available in browser declare module 'sharp' { const sharp: any; export default sharp; }