import { SystemError, UserError } from "@microsoft/teamsfx-api"; export declare class AppStudioResultFactory { static readonly defaultHelpLink = ""; static readonly defaultIssueLink = ""; static UserError(name: string, messages: [string, string], helpLink?: string, stack?: string, innerError?: any): UserError; static SystemError(name: string, messages: [string, string], innerError?: any, stack?: string, issueLink?: string): SystemError; } //# sourceMappingURL=results.d.ts.map