export declare enum MessageConstructionStrategy { ALL = "USE_ALL_ARGUMENTS", FIRST = "USE_FIRST_ARGUMENT_ONLY", NONE = "DISABLE_FORMATTING" }