import { APIInterface, APIOptions } from "../";
export default function handleRefreshAPI(apiImplementation: APIInterface, options: APIOptions): Promise<void>;
