export declare enum ErrorEnum {
    INVALID_URL = "The url provided is not a valid tweet url"
}
