import type { FastifyInstance } from "fastify"; import type { AppServerConfig } from "./types.js"; declare function appServerPlugin(fastify: FastifyInstance, config: AppServerConfig): Promise; export declare const registerAppPages: typeof appServerPlugin; export {}; //# sourceMappingURL=plugin.d.ts.map