/**
 * Represents errors related to Twilio operations.
 */
export declare class TwilioError extends Error {
    constructor(message: string);
}
