import type { CreateProjectInput } from '../create/types.js'; import type { ResolvedProjectBlueprints } from './types.js'; /** * Select the built-in blueprints required for a project input. * * The resolver always includes `base`, runtime, and event bridge blueprints, then * adds HTTP and linter blueprints when requested. */ export declare const resolveProjectBlueprints: (input: CreateProjectInput, options?: { cwd?: string; }) => ResolvedProjectBlueprints; //# sourceMappingURL=resolveProjectBlueprints.d.ts.map