export default interface CertificateRepresentation { privateKey?: string; publicKey?: string; certificate?: string; kid?: string; }