export declare const twilio: {
    accountSid: string;
    authToken: string;
    from: string;
};
