import { RelationActions } from './types'; export declare const relationActions: (draft: any, data: any, action: RelationActions) => void;