import Base, { MaybeRaw } from "../../../Base"; import { High5SpaceInternal } from "./space"; export declare class High5Internal extends Base { get space(): High5SpaceInternal; private _space?; deleteUsers(userIds: string[], raw?: { raw: R; }): Promise>; protected getEndpoint(endpoint: string): string; }