export type TLSConfig = {
    cert_file: string;
    enable: boolean;
    key_file: string;
    selfsigned: boolean;
};
//# sourceMappingURL=TLSConfig.d.ts.map