export type PrivateKey = string | Uint8Array; export type PublicKey = string | Uint8Array; export declare function privateKeyToBytes(privateKey: PrivateKey): Uint8Array;