import type { ISnapshot } from '../domain'; export declare class SnapshotReader { static getSnapshotHistory(application: string, account: string, params?: {}): PromiseLike; }