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(fileReference: string, resolvedPath: string, manifestDirectory: string); } export declare class AppPackageSizeExceededError extends UserError { constructor(actualSizeInBytes: number, maxSizeInBytes: number); } export declare class AppPackageFileSystemError extends SystemError { constructor(error: unknown, filePath: string); } export declare class AppIdNotExist extends UserError { constructor(appId: string, source?: string); } //# sourceMappingURL=teamsApp.d.ts.map