/** * Photon image processing wrapper. * * This module provides a unified interface to @silvia-odwyer/photon-node for * use in Node.js (development, npm run build). */ export type { PhotonImage as PhotonImageType } from "@silvia-odwyer/photon-node"; /** * Load the photon module asynchronously. * Returns cached module on subsequent calls. */ export declare function loadPhoton(): Promise; //# sourceMappingURL=photon.d.ts.map