///
import { Services } from "@ardenthq/sdk";
export declare class LedgerService extends Services.AbstractLedgerService {
#private;
connect(): Promise;
disconnect(): Promise;
getVersion(): Promise;
getPublicKey(path: string): Promise;
signTransaction(path: string, payload: Buffer): Promise;
}