/** * Get a Lum Network HDPath for a specified account index * * @param accountIndex appended at the end of the default Lum derivation path */ export declare const getLumHdPath: (accountIndex?: number, walletIndex?: number) => string;