/** AI Solutions Instance Env Object */
export interfaceEnv {
/** Name of the environment variable to set inside the AI Solutions instance */
name: string;
/** Value of the environment variable to set inside the AI Solutions instance */value?: string;
}
//# sourceMappingURL=Env.d.ts.map