import { FxError, Result } from "@microsoft/teamsfx-api"; declare class PathUtils { getAvailableYmlFilePath(projectPath: string): string | undefined; getYmlFilePath(projectPath: string, env?: string, silent?: boolean): string | undefined; getEnvFolderPath(projectPath: string, env?: string): Promise>; getEnvFilePath(projectPath: string, env: string): Promise>; resolveFilePath(projectPath: string, absoluteOrRelativePath?: string): string; } export declare const pathUtils: PathUtils; export {}; //# sourceMappingURL=pathUtils.d.ts.map