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