import type { UpPublishCommand } from "../types/upPublishApp"; export declare function upPublishApp(command: UpPublishCommand): Promise;