export interface StateProps { packageVersion: { latest: null | string; current: null | string; needUpdate: boolean; }; } export declare const initialState: StateProps;