import type { Core, Schema, UID } from '@strapi/types';
export declare const prepareCloneData: (originalData: Record<string, unknown>, submittedData: Record<string, unknown> | undefined, contentType: Schema.ContentType, getModel: (uid: string) => Schema.Schema) => Promise<{
    data: Record<string, unknown>;
    relationsToCopy: string[];
}>;
export declare const copyCloneRelationRows: (strapi: Core.Strapi, uid: UID.ContentType, sourceEntryId: number, targetEntryId: number, attributeNames: string[]) => Promise<void>;
//# sourceMappingURL=clone-relations.d.ts.map