/** * Internal dependencies */ import { State } from './types'; export declare function getInitialState(): State;