import { Rotor } from "..";
export declare class Radio {
    private readonly rotor;
    constructor(rotor: Rotor);
    /**
     * @param {string} station Station.
     * @param {string} from Where the radio playback started from.
     * @param {string} batch_id Unique identifier of the batch of tracks. Returned when receiving tracks.
     * @returns Ok if the request is successful
     */
    started(station: string, from: string, batch_id: string): Promise<string>;
}
//# sourceMappingURL=index.d.ts.map