export declare class InfoMessages { static readonly askNodeVersion: string; static readonly askFunctionName: string; static readonly checkDotNetVersion: string; static readonly buildFunctionComponent: string; static readonly dotNetVersionUnexpected: (current: string, expected: string[]) => string; static readonly installFunctionExtensions: string; static readonly skipDeployment: string; static readonly failedToCheckDotnet: (error: Error) => string; static readonly failedToInstallDotnet: (error: Error) => string; static readonly getTemplateFrom: (url: string) => string; static readonly projectScaffoldAt: (basePath: string) => string; static readonly functionScaffoldAt: (functionPath: string) => string; static readonly generateStorageAccountName: (name: string) => string; static readonly generateAppServicePlanName: (name: string) => string; static readonly generateFunctionAppName: (name: string) => string; static readonly checkResource: (resourceType: string, resourceName: string, resourceGroup: string) => string; static readonly resourceCreating = "Resource does not exist. Creating..."; static readonly resourceExists = "Resource exists. Skipping..."; static readonly functionAppConfigIsEmpty = "Function app configuration is empty."; static readonly functionAppSettingsUpdated = "Function app settings updated."; static readonly functionAppAuthSettingsUpdated = "Function app auth settings updated."; static readonly dependPluginDetected: (name: string) => string; static readonly dotnetVersion: (version: string) => string; static readonly uploadZipSize: (size: number) => string; static readonly succeedWithRetry: (op: string, count: number) => string; static readonly reuseZipNotice: string; } export declare class ErrorMessages { static readonly invalidFunctionName: string; static readonly functionAlreadyExists: string; static readonly noFunctionNameGiven: string; static readonly failToGetConnectionString: string; static readonly failToGetAppServicePlanId: string; static readonly failToGetFunctionAppEndpoint: string; static readonly failToFindFunctionApp = "Failed to find function app."; static readonly failToQueryPublishCred: string; } //# sourceMappingURL=message.d.ts.map