import type { MetaAction } from '../../actions/types'; import { Action } from '../../actions/Cart'; import { ValidationError } from '../type-validate'; export declare function validateAction(action: MetaAction): ValidationError[] | undefined; export { Action };