import { INodeProperties } from 'n8n-workflow';
export declare enum MyOptionsValue {
    STATUS = "status",
    TASKS = "tasks"
}
export declare const MyProperty: INodeProperties;
