import { ModelRelation } from '../dataModel';
import { Hook } from './interface';
export declare const createHookMap: (relation: ModelRelation) => Record<string, Hook>;
