export declare const Name: {
    readonly full_name: "name";
    readonly common_name: "common name";
    readonly kingdom: "kingdom";
    readonly family: "family";
    readonly genus: "genus";
    readonly species: "species";
    readonly author: "author";
};
export declare const Characteristic: {
    readonly summary: "summary";
    readonly appearance: "appearance";
    readonly characteristic: "characteristic";
    readonly flower: "flower";
    readonly fruit: "fruit";
    readonly leaf: "leaf";
    readonly inflorescence: "inflorescence";
    readonly seed: "seed";
    readonly cloning: "cloning";
    readonly use: "use";
};
export declare const Geography: {
    readonly distribution: "location";
};
export declare const Filters: {
    readonly accepted: "accepted_names";
    readonly has_images: "has_images";
    readonly families: "families_f";
    readonly genera: "genus_f";
    readonly species: "species_f";
    readonly infraspecies: "infraspecific_f";
};
export type NameTerms = (typeof Name)[keyof typeof Name];
export type CharacteristicTerms = (typeof Characteristic)[keyof typeof Characteristic];
export type GeographyTerms = (typeof Geography)[keyof typeof Geography];
export type FilterTerms = (typeof Filters)[keyof typeof Filters];
//# sourceMappingURL=terms.d.ts.map