export type CodexAppServerToolCallParams = Record; export type CodexAppServerToolCallContext = { cwd: string; }; export declare function handleSupenAppServerToolCall(params: CodexAppServerToolCallParams, context: CodexAppServerToolCallContext): Promise | null>; //# sourceMappingURL=codex-app-server-tools.d.ts.map