/**
* Decorator function for Messaging Extensions
* @param name Name of the messaging extension matching the commandId to filter commands on, or skip for catch-all scenarios
*/
export declarefunctionMessageExtensionDeclaration(name?: string): PropertyDecorator;