export declare class WebPushHelper { static generateVAPIDKeys(): { publicKey: string; privateKey: string; }; }