import type { bytes } from './@types/basic'; export declare function isValidPublicKey(pk: bytes): boolean;