import { t as BaseCommand } from "../../base-command-BQVnm_gK.js"; import * as _oclif_core_interfaces0 from "@oclif/core/interfaces"; //#region src/commands/publish/index.d.ts declare class Publish extends BaseCommand { static args: {}; static description: string; static examples: string[]; static flags: { theme: _oclif_core_interfaces0.OptionFlag; }; getAllFiles(dirPath: string, basePath: string): string[]; run(): Promise; private getAwsConnectionInfo; private uploadFile; private uploadFiles; } //#endregion export { Publish as default };