export type RootNotification = number; export declare function createRootNotification(data: unknown): RootNotification;