/** * Optional Sharp (native libvips) backend loader. * Returns null if `sharp` is not installed; caller falls back to Jimp. * Result is cached after first call. */ export declare function tryLoadSharp(): Promise<((input: Buffer) => any) | null>; //# sourceMappingURL=backend.d.ts.map