import { type AccountExtra } from '../types'; export declare const generateExtraData: (coinType: number) => AccountExtra;