export interface RsaKeyPair { publicKey: string; privateKey: string; }