import { Namespace, SearchStorageOptions } from "./types.js";
/**
 * Hook to access a search namespace
 * @param name The name of the namespace to access
 * @param options Optional configuration properties for the search namespace
 * @returns A promise that resolves to a namespace object for the given name
 */
export declare function useSearch(name: string, options?: SearchStorageOptions): Promise<Namespace>;
//# sourceMappingURL=useSearch.d.ts.map