EvalContext: {
    filters: {
        [key: string]: DesktopActionFilter;
    };
    transforms: {
        [key: string]: Function;
    };
    variables: {
        [key: string]: any;
    };
}