export interface SlotNotification { readonly parent: number; readonly root: number; readonly slot: number; } export declare function createSlotNotification(data: unknown): SlotNotification;