import { MetaAction } from '../../actions'; export declare function validateAction(action: MetaAction): { path: string | undefined; error: string; message?: string | undefined; value: any; }[] | undefined; export { ActionType } from '../../actions/Share';