export declare const INTERNAL_ACTION: {
    INIT: string;
};
export declare const INTERNAL_ACTIONS: string[];
export declare const INTERNAL_KEY = "@@TYPEDUX_INTERNAL";
