import type { ErrorType } from '../errors/utils.js'; import type { Hex } from '../types/data.js'; export type PrivateKeyToPublicKeyErrorType = ErrorType; export declare function privateKeyToPublicKey(privateKey: Hex): Hex; //# sourceMappingURL=privateKeyToPublicKey.d.ts.map