import passthroughImageProcessor from "./adapters/passthrough.mjs";
import { destroyImageProcessor, getInitializedImageProcessor } from "./lifecycle.mjs";

//#region src/libs/image-processor/index.d.ts
declare const logScope: "image-processor";
//#endregion
export { destroyImageProcessor, getInitializedImageProcessor, logScope, passthroughImageProcessor };
//# sourceMappingURL=index.d.mts.map