/**
 * Handle builtins for CLM execution.
 *
 * Implements handle_version and handle_prune operations.
 */
/**
 * Execute handle version operation.
 */
export declare function executeHandleVersion(ctx: Record<string, any>): Promise<any>;
/**
 * Execute handle prune operation.
 */
export declare function executeHandlePrune(ctx: Record<string, any>): Promise<any>;
//# sourceMappingURL=handle.d.ts.map