import Webhook from './Webhook';
/**
 * @export
 * @class LiveEncodingHeartbeatWebhook
 */
export declare class LiveEncodingHeartbeatWebhook extends Webhook {
    /**
     * The interval of the heartbeat in seconds.
     * @type {number}
     * @memberof LiveEncodingHeartbeatWebhook
     */
    interval?: number;
    constructor(obj?: Partial<LiveEncodingHeartbeatWebhook>);
}
export default LiveEncodingHeartbeatWebhook;
