export declare const getTransitiveSearchParams: (transitiveSearchParams?: string[] | boolean) => {
    [k: string]: string;
};
