import type { CustomFetchProps, CustomFetchReturnType } from "./types"; export default function CustomFetch({ options, settings, }: CustomFetchProps): Promise>; //# sourceMappingURL=index.d.ts.map