import { SystemError, UserError } from "@microsoft/teamsfx-api"; export declare function ScaffoldError(error: Error): UserError | SystemError; export declare function DependencyValidateError(dependency: string): SystemError; export declare function DevEnvironmentSetupError(): UserError; export declare function LatestPackageInstallError(): SystemError; export declare function PackageTargetVersionInstallError(packageName: string, version: string): SystemError; export declare function YoGeneratorScaffoldError(): UserError; export declare function CopyExistingSPFxSolutionError(e: Error): UserError; export declare function RetrieveSPFxInfoError(): UserError; export declare function UpdateSPFxTemplateError(e: Error): UserError; export declare function ImportSPFxSolutionError(e: Error): UserError; export declare function PathAlreadyExistsError(path: string): UserError; export declare function SolutionVersionMissingError(path: string): UserError; export declare function CannotFindPropertyfromJsonError(field: string): UserError; //# sourceMappingURL=error.d.ts.map