/// export declare const InitialState = "INITIALIZE_STAGE"; export declare const Context: import("react").Context<{ state: any; dispatch: any; }>; export declare function reducer(state: any, action: any): any;