UNPKG

gatsby-plugin-utils

Version:
5 lines (4 loc) 261 B
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;