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