/**
Replace MongoDB conneciton URI username and password
with `"<USERNAME>:<PASSWORD>"` so that the URI is safe to log/persist.
*/
export declarefunctionredactMongoDbConnectionUri(uri: string): string;
//# sourceMappingURL=redactMongoDbConnectionUri.d.ts.map