import type { BytesLike } from "./bytes"; export declare function computePublicKey(privKey: BytesLike): string;