/** Generic fallback when an addon has no dedicated docs page. */ export declare const CONFIG_DOCS_URL = "https://docs.qvac.tether.io/configuration/"; /** Real docs URL for an addon (deep-linked to its config section when one * exists), or the generic configuration page when the addon has no page. */ export declare function docsUrlForAddon(addon: string | null | undefined): string; //# sourceMappingURL=docs-links.d.ts.map