import { TDSnapshot } from '../../types'; export declare function migrate(state: TDSnapshot, newVersion: number): TDSnapshot; //# sourceMappingURL=migrate.d.ts.map