import { TAxiosResponse } from "src/api/interfaces"; import { IHandbooksResponse } from "../responseTypes"; export declare type TGetHandbooks = () => Promise>;