import { PublicKey } from '../../../public-key';
import { SLIP10Ed25519PrivateKey } from '../../ed25519';
export declare class SLIP10Ed25519MoneroPrivateKey extends SLIP10Ed25519PrivateKey {
    getName(): string;
    getPublicKey(): PublicKey;
}
//# sourceMappingURL=private-key.d.ts.map