export default class GenAIObject {
    id: string;
    constructor();
    copy(): this;
    createID(): string;
}
