import type { Page } from "@playwright/test"; declare function addNew(notificationPage: Page): Promise; export declare const token: { addNew: typeof addNew; }; export {};