import { Directive } from './directive';
export type ManyToManyDirectiveDefaults = {
    limit: number;
};
export declare const ManyToManyDirective: Directive<ManyToManyDirectiveDefaults>;
//# sourceMappingURL=many-to-many.d.ts.map