import { AxiosInstance } from "axios"; import Base, { MaybeRaw, Options } from "../../../Base"; import { HcloudFeature } from "../../../interfaces/bouncer"; export default class BouncerFeatures extends Base { constructor(options: Options, axios: AxiosInstance); getHcloudFeatures(raw?: { raw: R; }): Promise>; protected getEndpoint(endpoint: string): string; }