import { StateDefinition } from '../../state/definition';
export interface ReduxModuleChildConfig {
    state?: StateDefinition;
}
