import type { Knex } from 'knex'; import type { Core } from '@strapi/types'; import { ILink } from '../../../types'; export declare const createLinkQuery: (strapi: Core.Strapi, trx?: Knex.Transaction) => () => { generateAll: (uid: string) => AsyncGenerator; generateAllForAttribute: (uid: string, fieldName: string) => AsyncGenerator; insert: (link: ILink) => Promise; }; export declare const filterValidRelationalAttributes: (attributes: Record) => Record; //# sourceMappingURL=link.d.ts.map