export declare type OnConfigureResponse = string; export declare type OnConfigureFn = () => Promise | OnConfigureResponse; export interface SetWorkflowRuleConfigurationOptions { onConfigure?: OnConfigureFn; } //# sourceMappingURL=types.d.ts.map