export declare class ProgressTitles { static readonly create: string; } export declare class ProgressMessages { static readonly generateTemplate: string; static readonly generateSample: (sampleName: string) => string; static readonly configureAzureStorageEnableStaticWebsite: string; static readonly runCommand: (command: string, directory: string) => string; static readonly deployToAzure: (location: string, dist: string) => string; } export declare class LogMessages { static readonly getTemplateFromLocal: string; } //# sourceMappingURL=messages.d.ts.map