import { Transaction } from '../primitives'; import { Account, Wallet } from '../wallet'; export declare const TEST_DATA_DIR: string; /** * This is only usable in the jasmine runner */ export declare function getCurrentTestPath(): string; export declare function getUniqueTestDataDir(): string; export declare function writeTestReport(csvReport: Map, consoleReport: Map, testName: string): void; export declare function splitNotes(account: Account, numOutputs: number, wallet: Wallet): Promise; //# sourceMappingURL=utils.d.ts.map