export declare const $TaskEventLabel: {
    properties: {
        type: {
            type: string;
        };
        description: {
            type: string;
        };
        unique: {
            type: string;
        };
        maxlength: {
            type: string;
        };
        response_code: {
            type: string;
        };
        schema: {
            properties: {
                type: {
                    type: string;
                };
                description: {
                    type: string;
                };
                maxlength: {
                    type: string;
                };
            };
        };
    };
};
