import { ModelRelation } from '../dataModel';
import { Hook } from './interface';
export declare const createRelationHooks: (relations: ModelRelation[]) => Array<Record<string, Hook>>;
