import { LogProvider } from "@microsoft/teamsfx-api"; import { AxiosInstance } from "axios"; export declare function configure(configurePath: string, map: Map): Promise; export declare function normalizeComponentName(name: string): string; export declare function execute(command: string, title?: string, workingDir?: string, logProvider?: LogProvider, showInOutputWindow?: boolean): Promise; export declare function sleep(ms: number): Promise; export declare function createAxiosInstanceWithToken(accessToken: string): AxiosInstance; //# sourceMappingURL=utils.d.ts.map