import { FxError, Result } from "@microsoft/teamsfx-api"; export declare type TeamsFxResult = Result; export declare class ErrorFactory { static readonly source: string; static readonly issueLink: string; static readonly helpLink: string; static UserError(name: string, message: string, innerError?: any, stack?: string, helpLink?: string): FxError; static SystemError(name: string, message: string, innerError?: any, stack?: string, issueLink?: string): FxError; } //# sourceMappingURL=error-factory.d.ts.map