export declare function expandEnvVars(value: string): string; export declare function expandEnvVarsInObject(obj: T): T;