export interface ConfigVapidInterface { publicKey: string; privateKey: string; email: string; } //# sourceMappingURL=config.vapid.interface.d.ts.map