import type { RawNode } from '../../index.js'; import type { ObservedArray } from '../../helpers.js'; import { YTNode } from '../../helpers.js'; export default class AppendContinuationItemsAction extends YTNode { static type: string; contents: ObservedArray | null; target: string; constructor(data: RawNode); }