import { JsonObject } from "@win2win/shared";
declare let fetchUniqInstance: (<T>(route: string, params: JsonObject, tokenKey: string) => Promise<T | null>) | null;
export declare function setFetchUniq(instance: typeof fetchUniqInstance): void;
export declare function getFetchUniq(): <T>(route: string, params: JsonObject, tokenKey: string) => Promise<T | null>;
export {};
//# sourceMappingURL=fetchUniqProvider.d.ts.map