export interface PairInfo {
    publicKey: Uint8Array;
    secretKey?: Uint8Array | undefined;
    seed?: Uint8Array | null;
}
