import type { Noun } from 'ai-database';
/**
 * Partnership & Vendor Entities
 * Partner, Vendor, Affiliate, Partnership, Reseller, Integration
 */
export declare const Partner: Noun;
export declare const Vendor: Noun;
export declare const Affiliate: Noun;
export declare const Partnership: Noun;
export declare const Integration: Noun;
export declare const Reseller: Noun;
export declare const PartnershipEntities: {
    Partner: Noun;
    Vendor: Noun;
    Affiliate: Noun;
    Partnership: Noun;
    Integration: Noun;
    Reseller: Noun;
};
export default PartnershipEntities;
//# sourceMappingURL=partnerships.d.ts.map