/** * @deprecated only for compatibility with legacy createAction */ export declare const actionType: { global: "global"; local: "local"; }; /** * @deprecated only for compatibility with legacy createAction */ export type ActionType = keyof typeof actionType; //# sourceMappingURL=constants.d.ts.map