import { AxiosInstance } from "axios"; import Base, { Options } from "../../../Base"; import { S3 } from "./s3"; export declare class High5Wave extends Base { s3: S3; constructor(options: Options, axios: AxiosInstance); protected getEndpoint(endpoint: string): string; }