export declare class KeyPrefix { privkey: any; xpubkey: any; xprivkey: any; xprivkey58: string; xpubkey58: string; coinType: number; static postProcess(keyPrefix: KeyPrefix): void; }