import BytesType from "./bytes-type"; export default class PrivateKey extends BytesType { constructor(privateKey: string | Uint8Array); equals(other: PrivateKey): boolean; protected getRequiredByteLength(): number; }