/**
 * 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 declare function MessageExtensionDeclaration(name?: string): PropertyDecorator;
