import { FastifyInstance } from "fastify";
import { BeaconRestApiServerOpts } from "./index.js";
export declare function registerSwaggerUIRoutes(server: FastifyInstance, opts: BeaconRestApiServerOpts, version?: string): Promise<void>;
export declare function getFavicon(): Promise<{
    filename: string;
    rel: string;
    sizes: string;
    type: string;
    content: Buffer<ArrayBufferLike>;
}[] | undefined>;
export declare function getLogo(): Promise<{
    type: string;
    content: Buffer<ArrayBufferLike>;
} | undefined>;
//# sourceMappingURL=swaggerUI.d.ts.map