import Call from '../Call';
export default class Heartbeat extends Call {
    uniqueId: string;
    constructor(uniqueId?: string);
}
