import { YTNode } from '../helpers.js';
export default class PlayerLiveStoryboardSpec extends YTNode {
    static type: string;
    constructor();
}
