export declare function extractSearchParamsFromUrl<T>(url: string): T & {
    ids?: number[];
};
