import type { DPConfig, DPReducerState } from '../types'; export declare const createInitialState: (config: DPConfig) => DPReducerState; //# sourceMappingURL=create-initial-state.d.ts.map