import type { Jf2 } from "@paulrobertlloyd/mf2tojf2"; import type { FastifyPluginCallback } from "fastify"; import type { Options } from "./schemas/index.js"; export { create, deleteContentOrMedia, isAccessTokenRevoked, micropub_get_request_querystring, micropub_post_request_body_jf2, options as plugin_options, undelete, update, } from "./schemas/index.js"; export type { Create, DeleteContentOrMedia, IsAccessTokenRevoked, MicropubGetConfig, Options as PluginOptions, Undelete, Update, } from "./schemas/index.js"; declare module "@fastify/request-context" { interface RequestContextData { jf2?: Jf2; } } declare const _default: FastifyPluginCallback; export default _default; //# sourceMappingURL=index.d.ts.map