import type { KnownUrl } from './types.js';
export declare function resolveDocUrl(url?: KnownUrl): string | null;
