/** * 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 type { HtmlTags, LoadContext } from '@docusaurus/types'; export declare function shouldCreateOpenSearchFile({ context }: { context: LoadContext; }): boolean; export declare function createOpenSearchFile({ context }: { context: LoadContext; }): Promise; export declare function createOpenSearchHeadTags({ context }: { context: LoadContext; }): HtmlTags;