export declare const PLATFORM_HOST_TYPES: readonly ["azure", "bitbucket", "bitbucket-server", "codecommit", "gerrit", "gitea", "github", "gitlab", "local"];
export type PlatformId = (typeof PLATFORM_HOST_TYPES)[number];
export declare const GITEA_API_USING_HOST_TYPES: string[];
export declare const GITHUB_API_USING_HOST_TYPES: string[];
export declare const GITLAB_API_USING_HOST_TYPES: string[];
export declare const BITBUCKET_API_USING_HOST_TYPES: string[];
export declare const BITBUCKET_SERVER_API_USING_HOST_TYPES: string[];
