/** Docs search does not query Pagefind until the trimmed query is at least this long. */ export declare const DOCS_SEARCH_MIN_QUERY_LENGTH = 3; /** Pagefind UI shows this many hits per page; “Load more” fetches the next page. */ export declare const DOCS_SEARCH_PAGE_SIZE = 25; export declare function isDocsSearchQueryReady(query: string): boolean;