export declare const errorSubscribe: (name: any) => string; export declare const updateSubscribe: (name: any) => string; export declare const CHANGE_ACTION = "CHANGE_ACTION"; export declare const RESET_ACTION = "__RESET_ACTION__"; export declare const ERROR_ACTION = "__UPDATE_ERROR__"; export declare const IGNORE_VALIDATE_ACTION = "__IGNORE_VALIDATE_ACTION__";