/** * TLS helpers. */ /// import * as tls from "tls"; export declare function replaceKeyFiles(options: tls.TlsOptions, rootDir: string): void;