import type { ApiMetadata } from '../entities/registry/document.js'; export declare function useSearch(): { query: import("vue").WritableComputedRef; results: import("vue").Ref<{ id: string; title: string; namespace: string; currentVersion: string; logoUrl: string | null; slug: string; removable?: boolean | undefined; searchEnabled?: boolean | undefined; }[], ApiMetadata[] | { id: string; title: string; namespace: string; currentVersion: string; logoUrl: string | null; slug: string; removable?: boolean | undefined; searchEnabled?: boolean | undefined; }[]>; }; //# sourceMappingURL=use-search.d.ts.map