export declare function toStringEnv(env?: NodeJS.ProcessEnv): Record<string, string>;
