import { SystemError, UserError } from "@microsoft/teamsfx-api"; export declare function UnsupportedPlatform(platform: string): SystemError; export declare function MissingComponent(component: string): UserError; export declare function MissingStep(operation: string, requiredStep: string): UserError; export declare function NgrokTunnelNotConnected(): UserError; export declare function LocalBotEndpointNotConfigured(): UserError; export declare function InvalidLocalBotEndpointFormat(localBotEndpoint: string): UserError; //# sourceMappingURL=error.d.ts.map