import type { ProjectInitResult } from "../types.js"; export type InitProjectCoreInput = { board: string; framework?: string; projectDir: string; platformOptions?: Record; }; export declare function initProjectCore(input: InitProjectCoreInput): Promise; //# sourceMappingURL=project.d.ts.map