export declare const FeaturesSchema: import("@scalar/typebox").TObject<{ showSidebar: import("@scalar/typebox").TOptional; showModels: import("@scalar/typebox").TOptional; showDownload: import("@scalar/typebox").TOptional; showTestRequestButton: import("@scalar/typebox").TOptional; showSearch: import("@scalar/typebox").TOptional; showApiClientImport: import("@scalar/typebox").TOptional; showDarkModeToggle: import("@scalar/typebox").TOptional; expandAllTagSections: import("@scalar/typebox").TOptional; persistAuthenticationState: import("@scalar/typebox").TOptional; }>; export type Features = { showSidebar?: boolean; showModels?: boolean; showDownload?: boolean; showTestRequestButton?: boolean; showSearch?: boolean; showApiClientImport?: boolean; showDarkModeToggle?: boolean; expandAllTagSections?: boolean; persistAuthenticationState?: boolean; }; export declare const defaultFeatures: Required; //# sourceMappingURL=features.d.ts.map