/** AI Solutions Instance Env Object */
export interface Env {
    /** 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