import type { Noun } from 'ai-database';
/**
 * Legal Entities
 * Agreement, Contract, License, IntellectualProperty, Compliance, Policy, Trademark
 */
export declare const Agreement: Noun;
export declare const License: Noun;
export declare const IntellectualProperty: Noun;
export declare const Compliance: Noun;
export declare const LegalPolicy: Noun;
export declare const Trademark: Noun;
export declare const LegalEntities: {
    Agreement: Noun;
    License: Noun;
    IntellectualProperty: Noun;
    Compliance: Noun;
    LegalPolicy: Noun;
    Trademark: Noun;
};
export default LegalEntities;
//# sourceMappingURL=legal.d.ts.map