import { TaskType } from "../types"; export declare const getUrl: (type: TaskType, arg: string) => string; export declare const changeQueryParams: (searchParam: string, pathname: string, collectionId: string, update: (url: string) => void, reset: boolean) => void; export declare const getTarget: () => "_top" | "_blank"; //# sourceMappingURL=index.d.ts.map