import { Command, HelpError } from '@prisma/cli'; /** * $ prisma migrate new */ export declare class LiftSave implements Command { static new(): LiftSave; private static help; private constructor(); parse(argv: string[]): Promise; name(name?: string): Promise; help(error?: string): string | HelpError; }