import { type GeistdocsConfig } from "../config"; type DiscoveryConfig = Pick; export declare const getDiscoveryLanguages: (config: Pick) => string[]; export declare const toAbsoluteUrl: ({ basePath, href, origin, }: { basePath?: string; href: string; origin: string; }) => string; export declare const toPublicUrl: ({ basePath, href, origin, }: { basePath?: string; href: string; origin: string; }) => string; export declare const toSiteUrl: (config: Pick, origin: string, href: string) => string; export declare const validateAgentDiscoveryConfig: (config: DiscoveryConfig) => void; export declare const validateMcpManifestConfig: (config: DiscoveryConfig) => void; export {}; //# sourceMappingURL=discovery.d.ts.map