/** * Enum to describe how the subscript messages should push content * Based on what is showing */ export declare enum SubscriptPushOption { MULTI_LINE_RESPONSIVE = 0, MULTI_LINE = 1, NEVER = 2, ALWAYS = 3 }