/** * Wrap a consumer action with shared context preparation (route, tab, scene, etc.). */ export declare function createContextualAction(options: { prepare: () => Promise; act: (...args: TArgs) => Promise | void; }): (...args: TArgs) => Promise; //# sourceMappingURL=contextualAction.d.ts.map