export declare function describeExecTool(params?: {
    agentId?: string;
    hasCronTool?: boolean;
}): string;
export declare function describeProcessTool(params?: {
    hasCronTool?: boolean;
}): string;
