import type { AppInfo } from '@dynatrace-sdk/client-app-engine-registry';
/** The deploy command */
export declare function deploy(shouldBuild: boolean, shouldSign?: true): Promise<void>;
/** Concatenate all error messages from the subResourceStatuses array */
export declare function getFailedResourceStatusMessage(appInfo: AppInfo | undefined): string;
