interface KeyPairSyncResultRe-exportimport { type KeyPairSyncResult } from "https://deno.land/std@0.177.0/node/crypto.ts"; Type ParametersT1 extends string | BufferT2 extends string | BufferPropertiespublicKey: T1privateKey: T2