import { type MobileProfile } from "../profiles.js"; /** Build dynamic MCP instructions based on active profile and turbo setting */ export declare function buildInstructions(profile: MobileProfile, turbo: boolean): string; //# sourceMappingURL=mcp-instructions.d.ts.map