/**
 * Empty signature bytes. Used for "presign" signatures.
 */
export type PreSignature = string;
