import { InitArgs, ShuttleState } from '../hooks/useShuttleState'; export declare type LAZY_INITIALIZE_REDUCER_ACTION = { type: 'LAZY_LOAD'; data: InitArgs; }; export declare const lazyLoad: (state: ShuttleState, action: LAZY_INITIALIZE_REDUCER_ACTION) => ShuttleState; //# sourceMappingURL=lazyLoadReducer.d.ts.map