import { Command } from '@oclif/core'; import { type Manifest } from 'flair-sdk'; export declare function executeDeploy(deployCommandObject: Command, flags: { 'work-dir': string; 'dist-dir': string; 'api-key': string; 'platform-version'?: string; 'auto-approve'?: boolean; 'do-not-exit'?: boolean; }, manifest: Manifest): Promise;