export declare const transformEnv: <T extends Record<string, string>>(code: string, env: T) => Promise<string>;
