import type { Brand } from '@btc-vision/ecpair';

export type MLDSAHashedPublicKey = Brand<Uint8Array, 'MLDSAHashedPublicKey'>;

export type HybridPublicKey = Brand<Uint8Array, 'HybridPublicKey'>;
