import type { RouteHandler } from "fastify"; import type { MicropubGetConfig } from "../schemas/route-micropub-get.js"; /** * Configuration of this Micropub endpoint. * * @see [Querying - Micropub](https://micropub.spec.indieweb.org/#querying) */ export declare const defMicropubGet: (config: MicropubGetConfig) => RouteHandler; //# sourceMappingURL=micropub-get.d.ts.map