export declare const deploymentPlatforms: readonly ["vercel", "netlify", "other", "none"]; export type DeploymentPlatform = (typeof deploymentPlatforms)[number];