export declare class Messages { static readonly ScaffoldProgressTitle = "Scaffolding Tab"; static readonly ProvisionProgressTitle = "Provisioning Tab"; static readonly PreDeployProgressTitle = "Building Tab"; static readonly DeployProgressTitle = "Deploying Tab"; static readonly ProgressStart = "Preparing."; static readonly ProgressScaffold = "Scaffolding Tab frontend project."; static readonly ProgressCreateStorage = "Creating Azure Storage account."; static readonly ProgressConfigure = "Configuring."; static readonly ProgressNPMInstall = "Running \"npm install\" for Tab frontend project."; static readonly ProgressBuild = "Building Tab frontend project."; static readonly ProgressCheckStorage = "Checking Azure Storage account availability."; static readonly ProgressGetSrcAndDest = "Retrieving deployment source and destination."; static readonly ProgressClear = "Cleaning up Azure Storage account."; static readonly ProgressUpload = "Uploading Tab frontend to Azure Storage account."; static readonly StartScaffold: (name: string) => string; static readonly EndScaffold: (name: string) => string; static readonly StartPreProvision: (name: string) => string; static readonly EndPreProvision: (name: string) => string; static readonly StartProvision: (name: string) => string; static readonly EndProvision: (name: string) => string; static readonly StartPreDeploy: (name: string) => string; static readonly EndPreDeploy: (name: string) => string; static readonly StartDeploy: (name: string) => string; static readonly EndDeploy: (name: string) => string; static readonly StartPostLocalDebug: (name: string) => string; static readonly SkipBuild: () => string; static readonly SkipDeploy: () => string; static readonly StartCheckResourceGroupExistence: (name: string) => string; static readonly StartCheckStaticWebsiteEnabled: (name: string) => string; static readonly StartCreateStorageAccount: (name: string, resourceGroupName: string) => string; static readonly StartEnableStaticWebsite: (name: string) => string; static readonly SkipEnableStaticWebsite: (name: string) => string; static readonly StartSyncLocalToStorage: (localPath: string, storageName: string) => string; static readonly StartDeleteAllBlobs: (storageName: string, containerName: string) => string; static readonly StartUploadFiles: (sourceFolder: string, storageName: string) => string; static readonly FailedFetchManifest: (url: string) => string; static readonly FailedFetchZip: (url: string) => string; static readonly FailedFetchTemplate: () => string; static readonly FailedOperationWithErrorCode: (doOperation: string, errorCode?: string | undefined) => string; static readonly GetEmptyStorageEndpoint: () => string; static readonly GetEmptySasToken: () => string; } //# sourceMappingURL=messages.d.ts.map