export declare function searchProjectRootPath(): any; export declare function getHomeDotAmplifyDirPath(): string; export declare function getAmplifyDirPath(projectPath?: any): string; export declare function getDotConfigDirPath(projectPath?: any): string; export declare function getBackendDirPath(projectPath?: any): string; export declare function getCurrentCloudBackendDirPath(projectPath?: any): string; export declare function getAmplifyRcFilePath(projectPath?: any): string; export declare function getGitIgnoreFilePath(projectPath?: any): string; export declare function getProjectConfigFilePath(projectPath?: any): string; export declare function getLocalEnvFilePath(projectPath?: any): string; export declare function getProviderInfoFilePath(projectPath?: any): string; export declare function getBackendConfigFilePath(projectPath?: any): string; export declare function getCurrentBackendConfigFilePath(projectPath?: any): string; export declare function getAmplifyMetaFilePath(projectPath?: any): string; export declare function getCurrentAmplifyMetaFilePath(projectPath?: any): string; //# sourceMappingURL=path-manager.d.ts.map