import type { Engine } from "../types.js"; export declare function detectContext(): string | null; export declare function buildContextArgs(engine: Engine, context: string | null): string[];