/** * Indicates whether a Public Key is used for Plaintext Encryption or Signature Verification. */ export declare type PublicKeyUse = 'enc' | 'sig';