import { type InstructionInferenceResult } from "./instructions-model.js"; export declare function inferBackendInstructions(projectDir: string): InstructionInferenceResult;