import { JDLAigcType, AigcType, aiTypes } from '../basic-types/aigc-type.js';
export declare const asJdlAigcType: (type: AigcType) => JDLAigcType;
export declare const aigcTypeExists: (aigc: JDLAigcType) => boolean;
export default aiTypes;
