/** * Secure browsing settings */ export declare const SecureBrowsingType: import("../utils/schema").SchemaObjectType<{ /** * Enabled */ enabled: { default: true; type: "Boolean"; }; }>;