/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { PluginOptions } from './types'; import { Joi } from '@docusaurus/utils-validation'; export declare const DEFAULT_OPTIONS: PluginOptions; export declare const PluginOptionSchema: Joi.ObjectSchema; //# sourceMappingURL=pluginOptionSchema.d.ts.map