import type { ArrayField } from 'payload';
export declare const getArrayRelationName: ({ field, path, tableName, }: {
    field: ArrayField;
    path: string;
    tableName: string;
}) => string;
//# sourceMappingURL=getArrayRelationName.d.ts.map