export interface PluginError { name: string; message: (...args: string[]) => string; } export declare const NoConfigError: PluginError; export declare const UnauthenticatedError: PluginError; export declare const CreateAppServicePlanError: PluginError; export declare const CreateWebAppError: PluginError; export declare const ZipDeployError: PluginError; export declare const UpdateApplicationSettingsError: PluginError; export declare const UnhandledError: PluginError; export declare const EndpointInvalidError: PluginError; export declare const ZipDownloadError: PluginError; export declare const VersionFileNotExist: PluginError; //# sourceMappingURL=errors.d.ts.map