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;