import type { ComponentModel } from '@teambit/component'; import type { LaneModel } from '@teambit/lanes.ui.models.lanes-model'; export declare class ScopePayload { get isScope(): boolean; } export type PayloadType = ComponentModel | ScopePayload | LaneModel | undefined;