import { Command, Commands, HelpError } from '@prisma/cli'; /** * Migrate command */ export declare class LiftCommand implements Command { private readonly cmds; static new(cmds: Commands): LiftCommand; private static help; private constructor(); parse(argv: string[]): Promise; help(error?: string): string | HelpError; }