import { MigrateOptions } from "fireway"; /** * We have only startDate: string, but we need startDate to be timestamp. * We cannot change type, instead we will add new field startDateTs: timestamp to all NFT Collection items */ export declare function migrate({ firestore, Timestamp }: MigrateOptions): Promise;