/**
 * Action handler for the 'vibe-rules list' command.
 * Lists all saved rules from the common store.
 */
export declare function listCommandAction(): Promise<void>;
