import { CancelableRequestFnType } from "./types"; export declare const cancelableRequest: any>(cb: T, message?: string) => CancelableRequestFnType;