export interface Env { [key: string]: Promise; (name: string, value?: T | undefined, error?: string): Promise; } export declare const env: Env; //# sourceMappingURL=env.d.ts.map