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