export declare const DOCS_FRAMEWORK_CANONICAL: readonly ["angular", "react", "web-component"]; export type DocsFramework = (typeof DOCS_FRAMEWORK_CANONICAL)[number]; export declare function normalizeDocsFramework(input: string): DocsFramework | null;