import type { Filter, Scope } from '../types'; export declare function getSearchParams(filter?: Filter, scope?: Scope, ignoreSpelling?: boolean): string | null;