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