package node.crypto; typedef KeyPairSyncResult = { var publicKey : T1; var privateKey : T2; };