import type Soundcloud from "../soundcloud"; export declare class Base { readonly soundcloud: Soundcloud; constructor(soundcloud: Soundcloud); get api(): import("../API").API; }