/**
 * Decorator may listen and react to slack View submissions.
 */
export declare const View: (pattern: string | RegExp) => (target: object, propertyKey: string | symbol) => void;
