export type DocsLocale = 'zh' | 'en'; export declare function renderReadmeCurrentStatus(locale: DocsLocale): string; export declare function renderReadmeSupportMatrixSection(locale: DocsLocale): string; export declare function renderSupportMatrixVerifiedMatrix(locale: DocsLocale): string; export declare function renderSupportMatrixVerifiedAllowlist(): string; export declare function renderSupportMatrixCapabilityTelemetry(locale: DocsLocale): string; export declare function renderSupportMatrixPreviewCapabilities(locale: DocsLocale): string; export declare function renderSupportMatrixExperimentalCapabilities(locale: DocsLocale): string; export declare function renderSupportMatrixUiStackRules(locale: DocsLocale): string; export declare function renderSupportMatrixReleaseTracks(locale: DocsLocale): string;