import { Model } from '../model'; export declare function HasMany(model: () => typeof Model, options?: { foreignKey?: string; localKey?: string; callback?: (q: any) => void; }): (target: any, key: string) => void;