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