import { SystemError, UserError } from "@microsoft/teamsfx-api"; export declare class DeveloperPortalAPIFailedSystemError extends SystemError { constructor(e: any, correlationId: string, apiName: string, extraData: string, displayMessage?: string); } export declare class DeveloperPortalAPIFailedUserError extends UserError { constructor(e: any, correlationId: string, apiName: string, extraData: string, displayMessage?: string, helpLink?: string); } export declare class CheckSideloadingPermissionFailedError extends SystemError { constructor(e: any, correlationId: string, apiName: string, extraData: string); } export declare class InvalidFileOutsideOfTheDirectotryError extends UserError { constructor(filePath: string); } export declare class AppIdNotExist extends UserError { constructor(appId: string, source?: string); } //# sourceMappingURL=teamsApp.d.ts.map