export declare const $TaskEventName: {
    properties: {
        type: {
            type: string;
        };
        description: {
            type: string;
        };
        empty: {
            type: string;
        };
        maxlength: {
            type: string;
        };
        minlength: {
            type: string;
        };
    };
};
