export default class PathResolver { static get getPrjPath(): string; static get getPackageJsonPath(): string; static get getServicesJsonPath(): string; static get getSharedResourcesServerlessJsonPath(): string; static get getOfflineServerlessJsonPath(): string; static get getEnvsPath(): string; static get getConfigsPath(): string; static get getAuthorizersConfigPath(): string; static get getEnvsConfigPath(): string; static get getModelsConfigPath(): string; static get getEndpointsConfigPath(): string; static get getSchedulesConfigPath(): string; static get getDaosConfigPath(): string; static get getPluginsConfigPath(): string; static get getDefaultHeadersConfigPath(): string; static get getNodeModulesPath(): string; static get getDistPath(): string; static get getDeployPath(): string; static get getSrcPath(): string; static get getEndpointsPath(): string; static get getDistEndpointsPath(): string; static get getSchedulesPath(): string; static get getDistSchedulesPath(): string; static get getModelsPath(): string; static get getAuthorizersPath(): string; }