import { type TMigrationType } from '../Storage.types';
export default class Migrations {
    get all(): Array<TMigrationType>;
}
