import { ActionContext } from '../context'; import { InputPropertyMap, StaticPropsValue } from '../property'; export declare function createMockActionContext(params: { propsValue: StaticPropsValue; }): ActionContext; //# sourceMappingURL=index.d.ts.map