export declare function replaceEnv(command: string | undefined, envReplacerKeyPattern?: string, depth?: number): string;
