@netlify/content-engine
Version:
5 lines • 307 B
TypeScript
import type { Application } from "express";
import type { Store } from "../../types";
export declare function polyfillImageServiceDevRoutes(app: Application, store?: Store): void;
export declare function addImageRoutes(app: Application, store?: Store): Application;
//# sourceMappingURL=http-routes.d.ts.map