export declare function skipIfNoViews(displayError?: boolean): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function RequireIntegrationFolder(): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function RequireLinkedIntegration(prompt?: boolean): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor;