import { Point } from '../../../point';
import { SLIP10Ed25519PublicKey } from '../public-key';
export declare class SLIP10Ed25519Blake2bPublicKey extends SLIP10Ed25519PublicKey {
    getName(): string;
    getPoint(): Point;
}
//# sourceMappingURL=public-key.d.ts.map