export interface GetRsaPublicKeySpecRs { exponent: string; modulus: string; }