import ApiEndpointInterface from "../Interfaces/ApiEndpointInterface";
declare type Endpoint = {
    [key: string]: ApiEndpointInterface;
};
export default Endpoint;
