/// import { Server } from 'http'; export declare function init(server: Server, options: { TWILIO_ACCOUNT_SID?: string; TWILIO_AUTH_TOKEN?: string; VAPID_PUBLIC_KEY?: string; VAPID_PRIVATE_KEY?: string; }): void;