/**
* Action handler for the 'vibe-rules save' command.
* Saves a rule to the local store with metadata support.
*/exportdeclarefunctionsaveCommandAction(name: string, options: {
content?: string;
file?: string;
description?: string;
}): Promise<void>;