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