import { RepoPath } from '@hubspot/local-dev-lib/types/Github'; import { ProjectTemplate, ComponentTemplate, ProjectTemplateRepoConfig } from '../../../types/Projects.js'; export declare const EMPTY_PROJECT_TEMPLATE_NAME = "no-template"; export declare function getConfigForPlatformVersion(platformVersion: string): Promise | never; export declare function getProjectComponentListFromRepo(platformVersion: string): Promise; export declare function getProjectTemplateListFromRepo(templateSource: RepoPath, githubRef: string): Promise;