export declare type OnChainWalletAddressData = {
    /**
     * The bitcoin address
     */
    address?: string;
    /**
     * the derivation path in relation to the HD account
     */
    keyPath?: string;
};
