import { RequestManagerProps } from "../types/RequestManagerTypes"; export default function requestManager(url: string, data: RequestManagerProps, isAuth?: boolean): Promise;