import type { ServerContext } from '../../interview/types.js'; /** * Extract server context from command and arguments. * * Analyzes the server command to provide hints about the server type * (filesystem, database, git, etc.) and extracts path arguments for * allowed directories. */ export declare function extractServerContextFromArgs(command: string, args: string[]): ServerContext; //# sourceMappingURL=server-context.d.ts.map