import { PeerCertificate } from "tls";
export interface AuthContext {
    transportSecurityType?: string;
    sslPeerCertificate?: PeerCertificate;
}
