import { AccountInfo } from './types'; export declare class AccountParser { static parseKeyPairsFile(filePath: string): AccountInfo[]; static getAccountById(filePath: string, accountId: number): AccountInfo; } //# sourceMappingURL=account-parser.d.ts.map