import Actions from '../../actions'; import Store from '../../store'; export declare type Action = Actions.ReceiveTemplate; export declare type State = Store.Template; export default function updateTemplate(state: State, action: Action): State;