import type { Application } from "express";
import type { Store } from "gatsby";
export declare function polyfillImageServiceDevRoutes(app: Application, store?: Store): void;
export declare function addImageRoutes(app: Application, store?: Store): Application;
