import { Action } from "./types"; export declare let actions: readonly Action[]; export declare const register: (action: Action) => Action;