import { ApiClient } from '..'; /** * Misc RPCs for DeFi Blockchain */ export declare class Misc { private readonly client; constructor(client: ApiClient); /** * To dynamically change the time for testing * * @param {number} ts Unix epoch in seconds * @return Promise */ setMockTime(ts: number): Promise; } //# sourceMappingURL=misc.d.ts.map