import { Tunnel } from "@microsoft/dev-tunnels-contracts"; import { FxError, M365TokenProvider, Result } from "@microsoft/teamsfx-api"; import { TypeSpecCompileArgs } from "../component/driver/typeSpec/interface/typeSpecCompileArgs"; import { DriverContext } from "../component/driver/interface/commonArgs"; export declare function getSideloadingStatus(token: string): Promise; export declare function isSandboxedEnabled(tokenProvider: M365TokenProvider): Promise; export declare function listAllTenants(token: string): Promise[]>; export declare function getSPFxTenant(graphToken: string): Promise; export declare function getSPFxToken(m365TokenProvider: M365TokenProvider): Promise; export declare function listDevTunnels(token: string, isGitHub?: boolean): Promise>; export declare function isTestToolEnabledProject(projectPath: string): boolean; export declare function getTypeSpecArgs(projectPath: string): TypeSpecCompileArgs; export declare function runForTypeSpecProject(projectPath: string | undefined, context: DriverContext): Promise; //# sourceMappingURL=tools.d.ts.map