/** * @beta */ export interface IExecutedState { executed: boolean; } export declare const executedInitialState: IExecutedState; //# sourceMappingURL=executedState.d.ts.map