export interface AceInternalToolCatalogEntry { name: string; description: string; input_keys: string[]; } export declare function listAceInternalToolCatalog(): AceInternalToolCatalogEntry[]; export declare function executeAceInternalTool(name: string, input: Record | undefined, sessionId?: string): Promise; //# sourceMappingURL=ace-internal-tools.d.ts.map