/// import tls from 'tls'; import { FileSystem } from '../fileSystems'; import { Logger } from '../logger'; declare function getTlsOptions(fileSystem: FileSystem, nodeKeyPath: string, nodeCertPath: string, logger: Logger): Promise; declare function generateTlsCerts(fileSystem: FileSystem, nodeKeyPath: string, nodeCertPath: string): Promise; export declare const TlsUtils: { generateTlsCerts: typeof generateTlsCerts; getTlsOptions: typeof getTlsOptions; }; export {}; //# sourceMappingURL=tls.d.ts.map